Html Css Color HEX #9CAF72 Olivine

📋 copy color: '#9CAF72'

red 156 ◦ green 175 ◦ blue 114

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

Shades of Olivine #9CAF72

Tints of Olivine #9CAF72

RGB

 RED value IS 156 (61.33% from 255) = 35.06%

 GREEN value IS 175 (68.75% from 255) = 39.33%

 BLUE value IS 114 (44.92% from 255) = 25.62%

R = 35.06%
G = 39.33%
B = 25.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#9CAF72 (or 0x9CAF72) is known color: Olivine. HEX triplet: 9C, AF and 72. RGB value is (156,175,114). Sum of RGB (Red+Green+Blue) = 156+175+114=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAF72 is #63508D. Grayscale: #A2A2A2. Windows color (decimal): -6508686 or 7516060. OLE color: 7516060.

HSL color Cylindrical-coordinate representation of color #9CAF72: hue angle of 78.69º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CAF72 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 175 114 -
CMYK 0.11 0 0.35 0.31
HSL 78.69º 0.28% 0.57% -
HSV(B) 78.69º 0.35% 0.69% -
XYZ 32.08 38.94 21.75 -
YUV 162.37 100.71 123.46 -
System Red Green Blue C M Y K H S L
Decimal 156 175 114 0.11 0 0.35 0.31 78.69 0.28 0.57
Hex 9C AF 72 B 0 23 1F 4F 1C 39
Octal 234 257 162 13 0 43 37 117 34 71
Binary 10011100 10101111 1110010 1011 0 100011 11111 1001111 11100 111001

Color Harmonies of #9CAF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAF72

Black with #9CAF72

Text Example


Text Example

White with #9CAF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CAF72; }

 p { color: rgb(156,175,114); }

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

background-color css

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

 a { background-color: rgb(156,175,114); }

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

border-color css

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

 span { border-color: rgb(156,175,114); }

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