#9BAF70

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

Shades of Olivine #9BAF70

Tints of Olivine #9BAF70

Color information

#9BAF70 (or 0x9BAF70) is unknown color: approx Olivine. HEX triplet: 9B, AF and 70. RGB value is (155,175,112). Sum of RGB (Red+Green+Blue) = 155+175+112=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAF70 is #64508F. Grayscale: #A2A2A2. Windows color (decimal): -6574224 or 7384987. OLE color: 7384987.

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

Color convert

RGB155175112-
CMYK0.1100.360.31
HSL79.05º28.25%56.27%-
HSV(B)79.05º36%68.63%-
XYZ31.7738.821.14-
YUV161.8499.87123.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.07%
GREEN value IS 175 (68.75% from 255) = 39.59%
BLUE value IS 112 (44.14% from 255) = 25.34%
R=35.07%
G=39.59%
B=25.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551751120.1100.360.3179.0528.2556.27
Hex9BAF70B0241F4f1c38
Octal23325716013044371173470
Binary100110111010111111100001011010010011111100111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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