#9CB36B

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

Shades of Olivine #9CB36B

Tints of Olivine #9CB36B

Color information

#9CB36B (or 0x9CB36B) is unknown color: approx Olivine. HEX triplet: 9C, B3 and 6B. RGB value is (156,179,107). Sum of RGB (Red+Green+Blue) = 156+179+107=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB36B is #634C94. Grayscale: #A4A4A4. Windows color (decimal): -6507669 or 7058332. OLE color: 7058332.

HSL color Cylindrical-coordinate representation of color #9CB36B: hue angle of 79.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CB36B is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB156179107-
CMYK0.1300.400.30
HSL79.17º32.14%56.08%-
HSV(B)79.17º40.22%70.2%-
XYZ32.4840.3719.99-
YUV163.9295.88122.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.29%
GREEN value IS 179 (70.31% from 255) = 40.50%
BLUE value IS 107 (42.19% from 255) = 24.21%
R=35.29%
G=40.50%
B=24.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1561791070.1300.400.3079.1732.1456.08
Hex9CB36BD0281E4f2038
Octal23426315315050361174070
Binary1001110010110011110101111010101000111101001111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,179,107); }

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

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

 a { background-color: rgb(156,179,107); }

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

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

 span { border-color: rgb(156,179,107); }

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