#9FC769

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

Shades of Olivine #9FC769

Tints of Olivine #9FC769

Color information

#9FC769 (or 0x9FC769) is unknown color: approx Olivine. HEX triplet: 9F, C7 and 69. RGB value is (159,199,105). Sum of RGB (Red+Green+Blue) = 159+199+105=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 199 - color contains mainly: green. Hex color #9FC769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC769 is #603896. Grayscale: #B0B0B0. Windows color (decimal): -6305943 or 6932383. OLE color: 6932383.

HSL color Cylindrical-coordinate representation of color #9FC769: hue angle of 85.53º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FC769 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB159199105-
CMYK0.2000.470.22
HSL85.53º45.63%59.61%-
HSV(B)85.53º47.24%78.04%-
XYZ37.2749.2420.9-
YUV176.3287.75115.64-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.34%
GREEN value IS 199 (78.12% from 255) = 42.98%
BLUE value IS 105 (41.41% from 255) = 22.68%
R=34.34%
G=42.98%
B=22.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1591991050.2000.470.2285.5345.6359.61
Hex9FC7691402F16562e3c
Octal23730715124057261265674
Binary10011111110001111101001101000101111101101010110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,199,105); }

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

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

 a { background-color: rgb(159,199,105); }

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

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

 span { border-color: rgb(159,199,105); }

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