#9FB36D

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

Shades of Olivine #9FB36D

Tints of Olivine #9FB36D

Color information

#9FB36D (or 0x9FB36D) is unknown color: approx Olivine. HEX triplet: 9F, B3 and 6D. RGB value is (159,179,109). Sum of RGB (Red+Green+Blue) = 159+179+109=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB36D is #604C92. Grayscale: #A5A5A5. Windows color (decimal): -6311059 or 7189407. OLE color: 7189407.

HSL color Cylindrical-coordinate representation of color #9FB36D: hue angle of 77.14º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9FB36D is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB159179109-
CMYK0.1100.390.30
HSL77.14º31.53%56.47%-
HSV(B)77.14º39.11%70.2%-
XYZ33.1840.7220.58-
YUV165.0496.37123.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.57%
GREEN value IS 179 (70.31% from 255) = 40.04%
BLUE value IS 109 (42.97% from 255) = 24.38%
R=35.57%
G=40.04%
B=24.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1591791090.1100.390.3077.1431.5356.47
Hex9FB36DB0271E4d2038
Octal23726315513047361154070
Binary1001111110110011110110110110100111111101001101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,179,109); }

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

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

 a { background-color: rgb(159,179,109); }

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

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

 span { border-color: rgb(159,179,109); }

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