#8AAF72

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

Shades of Olivine #8AAF72

Tints of Olivine #8AAF72

Color information

#8AAF72 (or 0x8AAF72) is unknown color: approx Olivine. HEX triplet: 8A, AF and 72. RGB value is (138,175,114). Sum of RGB (Red+Green+Blue) = 138+175+114=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAF72 is #75508D. Grayscale: #9D9D9D. Windows color (decimal): -7688334 or 7516042. OLE color: 7516042.

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

Color convert

RGB138175114-
CMYK0.2100.350.31
HSL96.39º27.6%56.67%-
HSV(B)96.39º34.86%68.63%-
XYZ28.8537.2821.59-
YUV156.98103.74114.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.32%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 114 (44.92% from 255) = 26.70%
R=32.32%
G=40.98%
B=26.70%

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
Decimal1381751140.2100.350.3196.3927.656.67
Hex8AAF72150231F601c39
Octal21225716225043371403471
Binary1000101010101111111001010101010001111111110000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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