#9CB66D

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

Shades of Olivine #9CB66D

Tints of Olivine #9CB66D

Color information

#9CB66D (or 0x9CB66D) is unknown color: approx Olivine. HEX triplet: 9C, B6 and 6D. RGB value is (156,182,109). Sum of RGB (Red+Green+Blue) = 156+182+109=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB66D is #634992. Grayscale: #A6A6A6. Windows color (decimal): -6506899 or 7190172. OLE color: 7190172.

HSL color Cylindrical-coordinate representation of color #9CB66D: hue angle of 81.37º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CB66D is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB156182109-
CMYK0.1400.400.29
HSL81.37º33.33%57.06%-
HSV(B)81.37º40.11%71.37%-
XYZ33.241.6320.75-
YUV165.995.89120.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 182 (71.48% from 255) = 40.72%
BLUE value IS 109 (42.97% from 255) = 24.38%
R=34.90%
G=40.72%
B=24.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561821090.1400.400.2981.3733.3357.06
Hex9CB66DE0281D512139
Octal23426615516050351214171
Binary1001110010110110110110111100101000111011010001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,182,109); }

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

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

 a { background-color: rgb(156,182,109); }

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

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

 span { border-color: rgb(156,182,109); }

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