Html Css Color HEX #729691 Juniper

📋 copy color: '#729691'

red 114 ◦ green 150 ◦ blue 145

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

Shades of Juniper #729691

Tints of Juniper #729691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.67%

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

R = 27.87%
G = 36.67%
B = 35.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#729691 (or 0x729691) is known color: Juniper. HEX triplet: 72, 96 and 91. RGB value is (114,150,145). Sum of RGB (Red+Green+Blue) = 114+150+145=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 150 - color contains mainly: green. Hex color #729691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729691 is #8D696E. Grayscale: #8A8A8A. Windows color (decimal): -9267567 or 9541234. OLE color: 9541234.

HSL color Cylindrical-coordinate representation of color #729691: hue angle of 171.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #729691 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 150 145 -
CMYK 0.24 0 0.03 0.41
HSL 171.67º 0.15% 0.52% -
HSV(B) 171.67º 0.24% 0.59% -
XYZ 22.96 27.43 30.87 -
YUV 138.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 114 150 145 0.24 0 0.03 0.41 171.67 0.15 0.52
Hex 72 96 91 18 0 3 29 AC F 34
Octal 162 226 221 30 0 3 51 254 17 64
Binary 1110010 10010110 10010001 11000 0 11 101001 10101100 1111 110100

Color Harmonies of #729691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729691

Black with #729691

Text Example


Text Example

White with #729691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729691; }

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

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

background-color css

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

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

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

border-color css

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

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

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