#9FB56C

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

Shades of Olivine #9FB56C

Tints of Olivine #9FB56C

Color information

#9FB56C (or 0x9FB56C) is unknown color: approx Olivine. HEX triplet: 9F, B5 and 6C. RGB value is (159,181,108). Sum of RGB (Red+Green+Blue) = 159+181+108=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB56C is #604A93. Grayscale: #A6A6A6. Windows color (decimal): -6310548 or 7124383. OLE color: 7124383.

HSL color Cylindrical-coordinate representation of color #9FB56C: hue angle of 78.08º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FB56C is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB159181108-
CMYK0.1200.400.29
HSL78.08º33.03%56.67%-
HSV(B)78.08º40.33%70.98%-
XYZ33.5341.520.43-
YUV166.195.21122.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.49%
GREEN value IS 181 (71.09% from 255) = 40.40%
BLUE value IS 108 (42.58% from 255) = 24.11%
R=35.49%
G=40.40%
B=24.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591811080.1200.400.2978.0833.0356.67
Hex9FB56CC0281D4e2139
Octal23726515414050351164171
Binary1001111110110101110110011000101000111011001110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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