#8AB073

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

Shades of Olivine #8AB073

Tints of Olivine #8AB073

Color information

#8AB073 (or 0x8AB073) is unknown color: approx Olivine. HEX triplet: 8A, B0 and 73. RGB value is (138,176,115). Sum of RGB (Red+Green+Blue) = 138+176+115=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB073 is #754F8C. Grayscale: #9D9D9D. Windows color (decimal): -7688077 or 7581834. OLE color: 7581834.

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

Color convert

RGB138176115-
CMYK0.2200.350.31
HSL97.38º27.85%57.06%-
HSV(B)97.38º34.66%69.02%-
XYZ29.137.6921.96-
YUV157.68103.91113.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.17%
GREEN value IS 176 (69.14% from 255) = 41.03%
BLUE value IS 115 (45.31% from 255) = 26.81%
R=32.17%
G=41.03%
B=26.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381761150.2200.350.3197.3827.8557.06
Hex8AB073160231F611c39
Octal21226016326043371413471
Binary1000101010110000111001110110010001111111110000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,176,115); }

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

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

 a { background-color: rgb(138,176,115); }

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

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

 span { border-color: rgb(138,176,115); }

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