Html Css Color HEX #739D96 Juniper

📋 copy color: '#739D96'

red 115 ◦ green 157 ◦ blue 150

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

Shades of Juniper #739D96

Tints of Juniper #739D96

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.2%

 BLUE value IS 150 (58.98% from 255) = 35.55%

R = 27.25%
G = 37.2%
B = 35.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#739D96 (or 0x739D96) is known color: Juniper. HEX triplet: 73, 9D and 96. RGB value is (115,157,150). Sum of RGB (Red+Green+Blue) = 115+157+150=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 157 - color contains mainly: green. Hex color #739D96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739D96 is #8C6269. Grayscale: #8F8F8F. Windows color (decimal): -9200234 or 9870707. OLE color: 9870707.

HSL color Cylindrical-coordinate representation of color #739D96: hue angle of 170º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #739D96 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 157 150 -
CMYK 0.27 0 0.04 0.38
HSL 170º 0.18% 0.53% -
HSV(B) 170º 0.27% 0.62% -
XYZ 24.63 29.96 33.34 -
YUV 143.64 131.59 107.57 -
System Red Green Blue C M Y K H S L
Decimal 115 157 150 0.27 0 0.04 0.38 170 0.18 0.53
Hex 73 9D 96 1B 0 4 26 AA 12 35
Octal 163 235 226 33 0 4 46 252 22 65
Binary 1110011 10011101 10010110 11011 0 100 100110 10101010 10010 110101

Color Harmonies of #739D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739D96

Black with #739D96

Text Example


Text Example

White with #739D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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