#8AAF70

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

Shades of Olivine #8AAF70

Tints of Olivine #8AAF70

Color information

#8AAF70 (or 0x8AAF70) is unknown color: approx Olivine. HEX triplet: 8A, AF and 70. RGB value is (138,175,112). Sum of RGB (Red+Green+Blue) = 138+175+112=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAF70 is #75508F. Grayscale: #9C9C9C. Windows color (decimal): -7688336 or 7384970. OLE color: 7384970.

HSL color Cylindrical-coordinate representation of color #8AAF70: hue angle of 95.24º 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 #8AAF70 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB138175112-
CMYK0.2100.360.31
HSL95.24º28.25%56.27%-
HSV(B)95.24º36%68.63%-
XYZ28.7437.2321-
YUV156.76102.74114.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.47%
GREEN value IS 175 (68.75% from 255) = 41.18%
BLUE value IS 112 (44.14% from 255) = 26.35%
R=32.47%
G=41.18%
B=26.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381751120.2100.360.3195.2428.2556.27
Hex8AAF70150241F5f1c38
Octal21225716025044371373470
Binary1000101010101111111000010101010010011111101111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AAF70; }

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

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

<style>
 a { background-color: #8AAF70; }

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

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

<style>
 span { border-color: #8AAF70; }

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

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