#9BAF73

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

Shades of Olivine #9BAF73

Tints of Olivine #9BAF73

Color information

#9BAF73 (or 0x9BAF73) is unknown color: approx Olivine. HEX triplet: 9B, AF and 73. RGB value is (155,175,115). Sum of RGB (Red+Green+Blue) = 155+175+115=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAF73 is #64508C. Grayscale: #A2A2A2. Windows color (decimal): -6574221 or 7581595. OLE color: 7581595.

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

Color convert

RGB155175115-
CMYK0.1100.340.31
HSL80º27.27%56.86%-
HSV(B)80º34.29%68.63%-
XYZ31.9438.8722.04-
YUV162.18101.37122.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.83%
GREEN value IS 175 (68.75% from 255) = 39.33%
BLUE value IS 115 (45.31% from 255) = 25.84%
R=34.83%
G=39.33%
B=25.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551751150.1100.340.318027.2756.86
Hex9BAF73B0221F501b39
Octal23325716313042371203371
Binary100110111010111111100111011010001011111101000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,175,115); }

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

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

 a { background-color: rgb(155,175,115); }

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

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

 span { border-color: rgb(155,175,115); }

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