#9FB076

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

Shades of Olivine #9FB076

Tints of Olivine #9FB076

Color information

#9FB076 (or 0x9FB076) is unknown color: approx Olivine. HEX triplet: 9F, B0 and 76. RGB value is (159,176,118). Sum of RGB (Red+Green+Blue) = 159+176+118=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB076 is #604F89. Grayscale: #A4A4A4. Windows color (decimal): -6311818 or 7778463. OLE color: 7778463.

HSL color Cylindrical-coordinate representation of color #9FB076: hue angle of 77.59º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FB076 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB159176118-
CMYK0.1000.330.31
HSL77.59º26.85%57.65%-
HSV(B)77.59º32.95%69.02%-
XYZ33.0939.7323.06-
YUV164.3101.87124.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.10%
GREEN value IS 176 (69.14% from 255) = 38.85%
BLUE value IS 118 (46.48% from 255) = 26.05%
R=35.10%
G=38.85%
B=26.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591761180.1000.330.3177.5926.8557.65
Hex9FB076A0211F4e1b3a
Octal23726016612041371163372
Binary100111111011000011101101010010000111111100111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,176,118); }

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

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

 a { background-color: rgb(159,176,118); }

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

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

 span { border-color: rgb(159,176,118); }

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