Html Css Color HEX #739691 Juniper

📋 copy color: '#739691'

red 115 ◦ green 150 ◦ blue 145

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

Shades of Juniper #739691

Tints of Juniper #739691

RGB

 RED value IS 115 (45.31% from 255) = 28.05%

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

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

R = 28.05%
G = 36.59%
B = 35.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#739691 (or 0x739691) is known color: Juniper. HEX triplet: 73, 96 and 91. RGB value is (115,150,145). Sum of RGB (Red+Green+Blue) = 115+150+145=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 150 - color contains mainly: green. Hex color #739691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739691 is #8C696E. Grayscale: #8A8A8A. Windows color (decimal): -9202031 or 9541235. OLE color: 9541235.

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

Color convert

RGB 115 150 145 -
CMYK 0.23 0 0.03 0.41
HSL 171.43º 0.14% 0.52% -
HSV(B) 171.43º 0.23% 0.59% -
XYZ 23.09 27.5 30.88 -
YUV 138.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 115 150 145 0.23 0 0.03 0.41 171.43 0.14 0.52
Hex 73 96 91 17 0 3 29 AB E 34
Octal 163 226 221 27 0 3 51 253 16 64
Binary 1110011 10010110 10010001 10111 0 11 101001 10101011 1110 110100

Color Harmonies of #739691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739691

Black with #739691

Text Example


Text Example

White with #739691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739691; }

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

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

background-color css

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

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

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

border-color css

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

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

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