#9FCC70

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

Shades of Olivine #9FCC70

Tints of Olivine #9FCC70

Color information

#9FCC70 (or 0x9FCC70) is unknown color: approx Olivine. HEX triplet: 9F, CC and 70. RGB value is (159,204,112). Sum of RGB (Red+Green+Blue) = 159+204+112=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCC70 is #60338F. Grayscale: #B4B4B4. Windows color (decimal): -6304656 or 7392415. OLE color: 7392415.

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

Color convert

RGB159204112-
CMYK0.2200.450.2
HSL89.35º47.42%61.96%-
HSV(B)89.35º45.1%80%-
XYZ38.8251.7323.27-
YUV180.0689.59112.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.47%
GREEN value IS 204 (80.08% from 255) = 42.95%
BLUE value IS 112 (44.14% from 255) = 23.58%
R=33.47%
G=42.95%
B=23.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1592041120.2200.450.289.3547.4261.96
Hex9FCC701602D14592f3e
Octal23731416026055241315776
Binary10011111110011001110000101100101101101001011001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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