#8AAF71

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

Shades of Olivine #8AAF71

Tints of Olivine #8AAF71

Color information

#8AAF71 (or 0x8AAF71) is unknown color: approx Olivine. HEX triplet: 8A, AF and 71. RGB value is (138,175,113). Sum of RGB (Red+Green+Blue) = 138+175+113=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAF71 is #75508E. Grayscale: #9D9D9D. Windows color (decimal): -7688335 or 7450506. OLE color: 7450506.

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

Color convert

RGB138175113-
CMYK0.2100.350.31
HSL95.81º27.93%56.47%-
HSV(B)95.81º35.43%68.63%-
XYZ28.7937.2621.3-
YUV156.87103.24114.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.39%
GREEN value IS 175 (68.75% from 255) = 41.08%
BLUE value IS 113 (44.53% from 255) = 26.53%
R=32.39%
G=41.08%
B=26.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381751130.2100.350.3195.8127.9356.47
Hex8AAF71150231F601c38
Octal21225716125043371403470
Binary1000101010101111111000110101010001111111110000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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