#9FCA65

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

Shades of Olivine #9FCA65

Tints of Olivine #9FCA65

Color information

#9FCA65 (or 0x9FCA65) is unknown color: approx Olivine. HEX triplet: 9F, CA and 65. RGB value is (159,202,101). Sum of RGB (Red+Green+Blue) = 159+202+101=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCA65 is #60359A. Grayscale: #B1B1B1. Windows color (decimal): -6305179 or 6671007. OLE color: 6671007.

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

Color convert

RGB159202101-
CMYK0.2100.500.21
HSL85.54º48.79%59.41%-
HSV(B)85.54º50%79.22%-
XYZ37.7750.5520.08-
YUV177.6384.75114.71-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.42%
GREEN value IS 202 (79.30% from 255) = 43.72%
BLUE value IS 101 (39.84% from 255) = 21.86%
R=34.42%
G=43.72%
B=21.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592021010.2100.500.2185.5448.7959.41
Hex9FCA65150321556313b
Octal23731214525062251266173
Binary10011111110010101100101101010110010101011010110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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