#9FB36C

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

Shades of Olivine #9FB36C

Tints of Olivine #9FB36C

Color information

#9FB36C (or 0x9FB36C) is unknown color: approx Olivine. HEX triplet: 9F, B3 and 6C. RGB value is (159,179,108). Sum of RGB (Red+Green+Blue) = 159+179+108=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB36C is #604C93. Grayscale: #A5A5A5. Windows color (decimal): -6311060 or 7123871. OLE color: 7123871.

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

Color convert

RGB159179108-
CMYK0.1100.400.30
HSL76.9º31.84%56.27%-
HSV(B)76.9º39.66%70.2%-
XYZ33.1240.6920.3-
YUV164.9395.87123.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.65%
GREEN value IS 179 (70.31% from 255) = 40.13%
BLUE value IS 108 (42.58% from 255) = 24.22%
R=35.65%
G=40.13%
B=24.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1591791080.1100.400.3076.931.8456.27
Hex9FB36CB0281E4d2038
Octal23726315413050361154070
Binary1001111110110011110110010110101000111101001101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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