#9CAE72

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

Shades of Olivine #9CAE72

Tints of Olivine #9CAE72

Color information

#9CAE72 (or 0x9CAE72) is unknown color: approx Olivine. HEX triplet: 9C, AE and 72. RGB value is (156,174,114). Sum of RGB (Red+Green+Blue) = 156+174+114=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAE72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAE72 is #63518D. Grayscale: #A1A1A1. Windows color (decimal): -6508942 or 7515804. OLE color: 7515804.

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

Color convert

RGB156174114-
CMYK0.1000.340.32
HSL78º27.03%56.47%-
HSV(B)78º34.48%68.24%-
XYZ31.8838.5521.68-
YUV161.78101.04123.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.14%
GREEN value IS 174 (68.36% from 255) = 39.19%
BLUE value IS 114 (44.92% from 255) = 25.68%
R=35.14%
G=39.19%
B=25.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561741140.1000.340.327827.0356.47
Hex9CAE72A022204e1b38
Octal23425616212042401163370
Binary1001110010101110111001010100100010100000100111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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