#9CAE76

Color #9CAE76 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9CAE76

Tints of Olivine #9CAE76

Color information

#9CAE76 (or 0x9CAE76) is unknown color: approx Olivine. HEX triplet: 9C, AE and 76. RGB value is (156,174,118). Sum of RGB (Red+Green+Blue) = 156+174+118=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAE76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAE76 is #635189. Grayscale: #A2A2A2. Windows color (decimal): -6508938 or 7777948. OLE color: 7777948.

HSL color Cylindrical-coordinate representation of color #9CAE76: hue angle of 79.29º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CAE76 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB156174118-
CMYK0.1000.320.32
HSL79.29º25.69%57.25%-
HSV(B)79.29º32.18%68.24%-
XYZ32.1238.6522.91-
YUV162.23103.04123.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.82%
GREEN value IS 174 (68.36% from 255) = 38.84%
BLUE value IS 118 (46.48% from 255) = 26.34%
R=34.82%
G=38.84%
B=26.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561741180.1000.320.3279.2925.6957.25
Hex9CAE76A020204f1a39
Octal23425616612040401173271
Binary1001110010101110111011010100100000100000100111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,174,118); }

 H1.HeaderClassName
 {
   color: #9CAE76;
 }
 .AnyTagClassName
 {
   color: #9CAE76;
 }
</style>
background-color css

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

 a { background-color: rgb(156,174,118); }

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

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

 span { border-color: rgb(156,174,118); }

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