#9FBB79

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

Shades of Olivine #9FBB79

Tints of Olivine #9FBB79

Color information

#9FBB79 (or 0x9FBB79) is unknown color: approx Olivine. HEX triplet: 9F, BB and 79. RGB value is (159,187,121). Sum of RGB (Red+Green+Blue) = 159+187+121=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBB79 is #604486. Grayscale: #ABABAB. Windows color (decimal): -6308999 or 7977887. OLE color: 7977887.

HSL color Cylindrical-coordinate representation of color #9FBB79: hue angle of 85.45º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FBB79 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB159187121-
CMYK0.1500.350.27
HSL85.45º32.67%60.39%-
HSV(B)85.45º35.29%73.33%-
XYZ35.5244.2924.77-
YUV171.199.72119.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.05%
GREEN value IS 187 (73.44% from 255) = 40.04%
BLUE value IS 121 (47.66% from 255) = 25.91%
R=34.05%
G=40.04%
B=25.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591871210.1500.350.2785.4532.6760.39
Hex9FBB79F0231B55213c
Octal23727317117043331254174
Binary1001111110111011111100111110100011110111010101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,187,121); }

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

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

 a { background-color: rgb(159,187,121); }

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

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

 span { border-color: rgb(159,187,121); }

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