#9FB472

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

Shades of Olivine #9FB472

Tints of Olivine #9FB472

Color information

#9FB472 (or 0x9FB472) is unknown color: approx Olivine. HEX triplet: 9F, B4 and 72. RGB value is (159,180,114). Sum of RGB (Red+Green+Blue) = 159+180+114=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB472 is #604B8D. Grayscale: #A6A6A6. Windows color (decimal): -6310798 or 7517343. OLE color: 7517343.

HSL color Cylindrical-coordinate representation of color #9FB472: hue angle of 79.09º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FB472 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB159180114-
CMYK0.1200.370.29
HSL79.09º30.56%57.65%-
HSV(B)79.09º36.67%70.59%-
XYZ33.6641.2322.1-
YUV166.298.54122.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.10%
GREEN value IS 180 (70.70% from 255) = 39.74%
BLUE value IS 114 (44.92% from 255) = 25.17%
R=35.10%
G=39.74%
B=25.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591801140.1200.370.2979.0930.5657.65
Hex9FB472C0251D4f1f3a
Octal23726416214045351173772
Binary100111111011010011100101100010010111101100111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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