#9FCA70

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

Shades of Olivine #9FCA70

Tints of Olivine #9FCA70

Color information

#9FCA70 (or 0x9FCA70) is unknown color: approx Olivine. HEX triplet: 9F, CA and 70. RGB value is (159,202,112). Sum of RGB (Red+Green+Blue) = 159+202+112=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCA70 is #60358F. Grayscale: #B3B3B3. Windows color (decimal): -6305168 or 7391903. OLE color: 7391903.

HSL color Cylindrical-coordinate representation of color #9FCA70: hue angle of 88.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FCA70 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB159202112-
CMYK0.2100.450.21
HSL88.67º45.92%61.57%-
HSV(B)88.67º44.55%79.22%-
XYZ38.3450.7823.11-
YUV178.8890.25113.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.62%
GREEN value IS 202 (79.30% from 255) = 42.71%
BLUE value IS 112 (44.14% from 255) = 23.68%
R=33.62%
G=42.71%
B=23.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592021120.2100.450.2188.6745.9261.57
Hex9FCA701502D15592e3e
Octal23731216025055251315676
Binary10011111110010101110000101010101101101011011001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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