#9CAF73

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

Shades of Olivine #9CAF73

Tints of Olivine #9CAF73

Color information

#9CAF73 (or 0x9CAF73) is unknown color: approx Olivine. HEX triplet: 9C, AF and 73. RGB value is (156,175,115). Sum of RGB (Red+Green+Blue) = 156+175+115=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAF73 is #63508C. Grayscale: #A2A2A2. Windows color (decimal): -6508685 or 7581596. OLE color: 7581596.

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

Color convert

RGB156175115-
CMYK0.1100.340.31
HSL79º27.27%56.86%-
HSV(B)79º34.29%68.63%-
XYZ32.1338.9722.05-
YUV162.48101.21123.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.98%
GREEN value IS 175 (68.75% from 255) = 39.24%
BLUE value IS 115 (45.31% from 255) = 25.78%
R=34.98%
G=39.24%
B=25.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561751150.1100.340.317927.2756.86
Hex9CAF73B0221F4f1b39
Octal23425716313042371173371
Binary100111001010111111100111011010001011111100111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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