#8AB66D

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

Shades of Olivine #8AB66D

Tints of Olivine #8AB66D

Color information

#8AB66D (or 0x8AB66D) is unknown color: approx Olivine. HEX triplet: 8A, B6 and 6D. RGB value is (138,182,109). Sum of RGB (Red+Green+Blue) = 138+182+109=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB66D is #754992. Grayscale: #A0A0A0. Windows color (decimal): -7686547 or 7190154. OLE color: 7190154.

HSL color Cylindrical-coordinate representation of color #8AB66D: hue angle of 96.16º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AB66D is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB138182109-
CMYK0.2400.400.29
HSL96.16º33.33%57.06%-
HSV(B)96.16º40.11%71.37%-
XYZ29.9739.9620.6-
YUV160.5298.92111.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.17%
GREEN value IS 182 (71.48% from 255) = 42.42%
BLUE value IS 109 (42.97% from 255) = 25.41%
R=32.17%
G=42.42%
B=25.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1381821090.2400.400.2996.1633.3357.06
Hex8AB66D180281D602139
Octal21226615530050351404171
Binary10001010101101101101101110000101000111011100000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,182,109); }

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

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

 a { background-color: rgb(138,182,109); }

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

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

 span { border-color: rgb(138,182,109); }

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