#9CB06F

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

Shades of Olivine #9CB06F

Tints of Olivine #9CB06F

Color information

#9CB06F (or 0x9CB06F) is unknown color: approx Olivine. HEX triplet: 9C, B0 and 6F. RGB value is (156,176,111). Sum of RGB (Red+Green+Blue) = 156+176+111=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB06F is #634F90. Grayscale: #A2A2A2. Windows color (decimal): -6508433 or 7319708. OLE color: 7319708.

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

Color convert

RGB156176111-
CMYK0.1100.370.31
HSL78.46º29.15%56.27%-
HSV(B)78.46º36.93%69.02%-
XYZ32.139.2720.93-
YUV162.6198.87123.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.21%
GREEN value IS 176 (69.14% from 255) = 39.73%
BLUE value IS 111 (43.75% from 255) = 25.06%
R=35.21%
G=39.73%
B=25.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561761110.1100.370.3178.4629.1556.27
Hex9CB06FB0251F4e1d38
Octal23426015713045371163570
Binary100111001011000011011111011010010111111100111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,176,111); }

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

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

 a { background-color: rgb(156,176,111); }

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

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

 span { border-color: rgb(156,176,111); }

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