#9CCB75

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

Shades of Olivine #9CCB75

Tints of Olivine #9CCB75

Color information

#9CCB75 (or 0x9CCB75) is unknown color: approx Olivine. HEX triplet: 9C, CB and 75. RGB value is (156,203,117). Sum of RGB (Red+Green+Blue) = 156+203+117=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCB75 is #63348A. Grayscale: #B3B3B3. Windows color (decimal): -6501515 or 7719836. OLE color: 7719836.

HSL color Cylindrical-coordinate representation of color #9CCB75: hue angle of 92.79º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9CCB75 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB156203117-
CMYK0.2300.420.20
HSL92.79º45.26%62.75%-
HSV(B)92.79º42.36%79.61%-
XYZ38.2851.0624.67-
YUV179.1492.93111.49-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.77%
GREEN value IS 203 (79.69% from 255) = 42.65%
BLUE value IS 117 (46.09% from 255) = 24.58%
R=32.77%
G=42.65%
B=24.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562031170.2300.420.2092.7945.2662.75
Hex9CCB751702A145d2d3f
Octal23431316527052241355577
Binary10011100110010111110101101110101010101001011101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,203,117); }

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

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

 a { background-color: rgb(156,203,117); }

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

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

 span { border-color: rgb(156,203,117); }

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