Html Css Color HEX #739991 Juniper

📋 copy color: '#739991'

red 115 ◦ green 153 ◦ blue 145

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

Shades of Juniper #739991

Tints of Juniper #739991

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.05%

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

R = 27.85%
G = 37.05%
B = 35.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#739991 (or 0x739991) is known color: Juniper. HEX triplet: 73, 99 and 91. RGB value is (115,153,145). Sum of RGB (Red+Green+Blue) = 115+153+145=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 153 - color contains mainly: green. Hex color #739991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739991 is #8C666E. Grayscale: #8C8C8C. Windows color (decimal): -9201263 or 9542003. OLE color: 9542003.

HSL color Cylindrical-coordinate representation of color #739991: hue angle of 167.37º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #739991 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 153 145 -
CMYK 0.25 0 0.05 0.4
HSL 167.37º 0.16% 0.53% -
HSV(B) 167.37º 0.25% 0.6% -
XYZ 23.57 28.47 31.04 -
YUV 140.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 115 153 145 0.25 0 0.05 0.4 167.37 0.16 0.53
Hex 73 99 91 19 0 5 28 A7 10 35
Octal 163 231 221 31 0 5 50 247 20 65
Binary 1110011 10011001 10010001 11001 0 101 101000 10100111 10000 110101

Color Harmonies of #739991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739991

Black with #739991

Text Example


Text Example

White with #739991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739991; }

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

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

background-color css

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

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

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

border-color css

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

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

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