#9FBB72

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

Shades of Olivine #9FBB72

Tints of Olivine #9FBB72

Color information

#9FBB72 (or 0x9FBB72) is unknown color: approx Olivine. HEX triplet: 9F, BB and 72. RGB value is (159,187,114). Sum of RGB (Red+Green+Blue) = 159+187+114=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBB72 is #60448D. Grayscale: #AAAAAA. Windows color (decimal): -6309006 or 7519135. OLE color: 7519135.

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

Color convert

RGB159187114-
CMYK0.1500.390.27
HSL83.01º34.93%59.02%-
HSV(B)83.01º39.04%73.33%-
XYZ35.1144.1322.59-
YUV170.3196.22119.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.57%
GREEN value IS 187 (73.44% from 255) = 40.65%
BLUE value IS 114 (44.92% from 255) = 24.78%
R=34.57%
G=40.65%
B=24.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591871140.1500.390.2783.0134.9359.02
Hex9FBB72F0271B53233b
Octal23727316217047331234373
Binary1001111110111011111001011110100111110111010011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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