#8AB772

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

Shades of Olivine #8AB772

Tints of Olivine #8AB772

Color information

#8AB772 (or 0x8AB772) is unknown color: approx Olivine. HEX triplet: 8A, B7 and 72. RGB value is (138,183,114). Sum of RGB (Red+Green+Blue) = 138+183+114=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB772 is #75488D. Grayscale: #A1A1A1. Windows color (decimal): -7686286 or 7518090. OLE color: 7518090.

HSL color Cylindrical-coordinate representation of color #8AB772: hue angle of 99.13º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AB772 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB138183114-
CMYK0.2500.380.28
HSL99.13º32.39%58.24%-
HSV(B)99.13º37.7%71.76%-
XYZ30.4540.4922.13-
YUV161.68101.09111.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.72%
GREEN value IS 183 (71.88% from 255) = 42.07%
BLUE value IS 114 (44.92% from 255) = 26.21%
R=31.72%
G=42.07%
B=26.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1381831140.2500.380.2899.1332.3958.24
Hex8AB772190261C63203a
Octal21226716231046341434072
Binary10001010101101111110010110010100110111001100011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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