#9CC75C

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

Shades of Olivine #9CC75C

Tints of Olivine #9CC75C

Color information

#9CC75C (or 0x9CC75C) is unknown color: approx Olivine. HEX triplet: 9C, C7 and 5C. RGB value is (156,199,92). Sum of RGB (Red+Green+Blue) = 156+199+92=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 199 - color contains mainly: green. Hex color #9CC75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC75C is #6338A3. Grayscale: #AEAEAE. Windows color (decimal): -6502564 or 6080412. OLE color: 6080412.

HSL color Cylindrical-coordinate representation of color #9CC75C: hue angle of 84.11º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9CC75C is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB15619992-
CMYK0.2200.540.22
HSL84.11º48.86%57.06%-
HSV(B)84.11º53.77%78.04%-
XYZ36.0748.6917.62-
YUV173.9481.75115.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 199 (78.12% from 255) = 44.52%
BLUE value IS 92 (36.33% from 255) = 20.58%
R=34.90%
G=44.52%
B=20.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal156199920.2200.540.2284.1148.8657.06
Hex9CC75C1603616543139
Octal23430713426066261246171
Binary10011100110001111011100101100110110101101010100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,199,92); }

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

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

 a { background-color: rgb(156,199,92); }

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

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

 span { border-color: rgb(156,199,92); }

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