#9FC063

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

Shades of Olivine #9FC063

Tints of Olivine #9FC063

Color information

#9FC063 (or 0x9FC063) is unknown color: approx Olivine. HEX triplet: 9F, C0 and 63. RGB value is (159,192,99). Sum of RGB (Red+Green+Blue) = 159+192+99=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC063 is #603F9C. Grayscale: #ABABAB. Windows color (decimal): -6307741 or 6537375. OLE color: 6537375.

HSL color Cylindrical-coordinate representation of color #9FC063: hue angle of 81.29º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FC063 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB15919299-
CMYK0.1700.480.25
HSL81.29º42.47%57.06%-
HSV(B)81.29º48.44%75.29%-
XYZ35.445.9718.81-
YUV171.5387.07119.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.33%
GREEN value IS 192 (75.39% from 255) = 42.67%
BLUE value IS 99 (39.06% from 255) = 22%
R=35.33%
G=42.67%
B=22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159192990.1700.480.2581.2942.4757.06
Hex9FC0631103019512a39
Octal23730014321060311215271
Binary10011111110000001100011100010110000110011010001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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