#9FCF63

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

Shades of Olivine #9FCF63

Tints of Olivine #9FCF63

Color information

#9FCF63 (or 0x9FCF63) is unknown color: approx Olivine. HEX triplet: 9F, CF and 63. RGB value is (159,207,99). Sum of RGB (Red+Green+Blue) = 159+207+99=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCF63 is #60309C. Grayscale: #B4B4B4. Windows color (decimal): -6303901 or 6541215. OLE color: 6541215.

HSL color Cylindrical-coordinate representation of color #9FCF63: hue angle of 86.67º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FCF63 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB15920799-
CMYK0.2300.520.19
HSL86.67º52.94%60%-
HSV(B)86.67º52.17%81.18%-
XYZ38.8652.919.97-
YUV180.3482.1112.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.19%
GREEN value IS 207 (81.25% from 255) = 44.52%
BLUE value IS 99 (39.06% from 255) = 21.29%
R=34.19%
G=44.52%
B=21.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal159207990.2300.520.1986.6752.9460
Hex9FCF63170341357353c
Octal23731714327064231276574
Binary10011111110011111100011101110110100100111010111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,207,99); }

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

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

 a { background-color: rgb(159,207,99); }

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

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

 span { border-color: rgb(159,207,99); }

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