#9CC067

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

Shades of Olivine #9CC067

Tints of Olivine #9CC067

Color information

#9CC067 (or 0x9CC067) is unknown color: approx Olivine. HEX triplet: 9C, C0 and 67. RGB value is (156,192,103). Sum of RGB (Red+Green+Blue) = 156+192+103=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC067 is #633F98. Grayscale: #ABABAB. Windows color (decimal): -6504345 or 6799516. OLE color: 6799516.

HSL color Cylindrical-coordinate representation of color #9CC067: hue angle of 84.27º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CC067 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB156192103-
CMYK0.1900.460.25
HSL84.27º41.4%57.84%-
HSV(B)84.27º46.35%75.29%-
XYZ35.0145.7519.82-
YUV171.0989.57117.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.59%
GREEN value IS 192 (75.39% from 255) = 42.57%
BLUE value IS 103 (40.62% from 255) = 22.84%
R=34.59%
G=42.57%
B=22.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561921030.1900.460.2584.2741.457.84
Hex9CC0671302E1954293a
Octal23430014723056311245172
Binary10011100110000001100111100110101110110011010100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,192,103); }

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

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

 a { background-color: rgb(156,192,103); }

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

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

 span { border-color: rgb(156,192,103); }

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