#9BAF71

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

Shades of Olivine #9BAF71

Tints of Olivine #9BAF71

Color information

#9BAF71 (or 0x9BAF71) is unknown color: approx Olivine. HEX triplet: 9B, AF and 71. RGB value is (155,175,113). Sum of RGB (Red+Green+Blue) = 155+175+113=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAF71 is #64508E. Grayscale: #A2A2A2. Windows color (decimal): -6574223 or 7450523. OLE color: 7450523.

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

Color convert

RGB155175113-
CMYK0.1100.350.31
HSL79.35º27.93%56.47%-
HSV(B)79.35º35.43%68.63%-
XYZ31.8338.8221.44-
YUV161.95100.37123.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.99%
GREEN value IS 175 (68.75% from 255) = 39.50%
BLUE value IS 113 (44.53% from 255) = 25.51%
R=34.99%
G=39.50%
B=25.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551751130.1100.350.3179.3527.9356.47
Hex9BAF71B0231F4f1c38
Octal23325716113043371173470
Binary100110111010111111100011011010001111111100111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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