#9FCA6F

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

Shades of Olivine #9FCA6F

Tints of Olivine #9FCA6F

Color information

#9FCA6F (or 0x9FCA6F) is unknown color: approx Olivine. HEX triplet: 9F, CA and 6F. RGB value is (159,202,111). Sum of RGB (Red+Green+Blue) = 159+202+111=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCA6F is #603590. Grayscale: #B3B3B3. Windows color (decimal): -6305169 or 7326367. OLE color: 7326367.

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

Color convert

RGB159202111-
CMYK0.2100.450.21
HSL88.35º46.19%61.37%-
HSV(B)88.35º45.05%79.22%-
XYZ38.2950.7622.82-
YUV178.7789.75113.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.69%
GREEN value IS 202 (79.30% from 255) = 42.80%
BLUE value IS 111 (43.75% from 255) = 23.52%
R=33.69%
G=42.80%
B=23.52%

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
Decimal1592021110.2100.450.2188.3546.1961.37
Hex9FCA6F1502D15582e3d
Octal23731215725055251305675
Binary10011111110010101101111101010101101101011011000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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