#9FCC75

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

Shades of Olivine #9FCC75

Tints of Olivine #9FCC75

Color information

#9FCC75 (or 0x9FCC75) is unknown color: approx Olivine. HEX triplet: 9F, CC and 75. RGB value is (159,204,117). Sum of RGB (Red+Green+Blue) = 159+204+117=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCC75 is #60338A. Grayscale: #B4B4B4. Windows color (decimal): -6304651 or 7720095. OLE color: 7720095.

HSL color Cylindrical-coordinate representation of color #9FCC75: hue angle of 91.03º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FCC75 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB159204117-
CMYK0.2200.430.2
HSL91.03º46.03%62.94%-
HSV(B)91.03º42.65%80%-
XYZ39.151.8424.78-
YUV180.6392.09112.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.12%
GREEN value IS 204 (80.08% from 255) = 42.5%
BLUE value IS 117 (46.09% from 255) = 24.38%
R=33.12%
G=42.5%
B=24.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1592041170.2200.430.291.0346.0362.94
Hex9FCC751602B145b2e3f
Octal23731416526053241335677
Binary10011111110011001110101101100101011101001011011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,204,117); }

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

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

 a { background-color: rgb(159,204,117); }

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

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

 span { border-color: rgb(159,204,117); }

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