Html Css Color HEX #729391 Juniper

📋 copy color: '#729391'

red 114 ◦ green 147 ◦ blue 145

#729391
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Juniper #729391

Tints of Juniper #729391

RGB

 RED value IS 114 (44.92% from 255) = 28.08%

 GREEN value IS 147 (57.81% from 255) = 36.21%

 BLUE value IS 145 (57.03% from 255) = 35.71%

R = 28.08%
G = 36.21%
B = 35.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#729391 (or 0x729391) is known color: Juniper. HEX triplet: 72, 93 and 91. RGB value is (114,147,145). Sum of RGB (Red+Green+Blue) = 114+147+145=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 147 - color contains mainly: green. Hex color #729391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729391 is #8D6C6E. Grayscale: #888888. Windows color (decimal): -9268335 or 9540466. OLE color: 9540466.

HSL color Cylindrical-coordinate representation of color #729391: hue angle of 176.36º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #729391 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 147 145 -
CMYK 0.22 0 0.01 0.42
HSL 176.36º 0.13% 0.51% -
HSV(B) 176.36º 0.22% 0.58% -
XYZ 22.48 26.49 30.72 -
YUV 136.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 114 147 145 0.22 0 0.01 0.42 176.36 0.13 0.51
Hex 72 93 91 16 0 1 2A B0 D 33
Octal 162 223 221 26 0 1 52 260 15 63
Binary 1110010 10010011 10010001 10110 0 1 101010 10110000 1101 110011

Color Harmonies of #729391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729391

Black with #729391

Text Example


Text Example

White with #729391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729391; }

 p { color: rgb(114,147,145); }

 H1.HeaderClassName
 {
   color: #729391;
 }
 .AnyTagClassName
 {
   color: #729391;
 }
</style>

background-color css

<style>
 a { background-color: #729391; }

 a { background-color: rgb(114,147,145); }

 div.DivClassName
 {
   background-color: #729391;
 }
 .BgClassName
 {
   background-color: #729391;
 }
</style>

border-color css

<style>
 span { border-color: #729391; }

 span { border-color: rgb(114,147,145); }

 td.TdClassName
 {
   border-color: #729391;
 }
 .TagClassName
 {
   border-color: #729391;
 }
</style>