#9FCA61

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

Shades of Olivine #9FCA61

Tints of Olivine #9FCA61

Color information

#9FCA61 (or 0x9FCA61) is unknown color: approx Olivine. HEX triplet: 9F, CA and 61. RGB value is (159,202,97). Sum of RGB (Red+Green+Blue) = 159+202+97=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCA61 is #60359E. Grayscale: #B1B1B1. Windows color (decimal): -6305183 or 6408863. OLE color: 6408863.

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

Color convert

RGB15920297-
CMYK0.2100.520.21
HSL84.57º49.76%58.63%-
HSV(B)84.57º51.98%79.22%-
XYZ37.5850.4819.07-
YUV177.1782.75115.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.72%
GREEN value IS 202 (79.30% from 255) = 44.10%
BLUE value IS 97 (38.28% from 255) = 21.18%
R=34.72%
G=44.10%
B=21.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal159202970.2100.520.2184.5749.7658.63
Hex9FCA61150341555323b
Octal23731214125064251256273
Binary10011111110010101100001101010110100101011010101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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