#8AAD6F

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

Shades of Olivine #8AAD6F

Tints of Olivine #8AAD6F

Color information

#8AAD6F (or 0x8AAD6F) is unknown color: approx Olivine. HEX triplet: 8A, AD and 6F. RGB value is (138,173,111). Sum of RGB (Red+Green+Blue) = 138+173+111=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAD6F is #755290. Grayscale: #9B9B9B. Windows color (decimal): -7688849 or 7318922. OLE color: 7318922.

HSL color Cylindrical-coordinate representation of color #8AAD6F: hue angle of 93.87º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AAD6F is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB138173111-
CMYK0.2000.360.32
HSL93.87º27.43%55.69%-
HSV(B)93.87º35.84%67.84%-
XYZ28.2936.4420.58-
YUV155.47102.9115.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.70%
GREEN value IS 173 (67.97% from 255) = 41.00%
BLUE value IS 111 (43.75% from 255) = 26.30%
R=32.70%
G=41.00%
B=26.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381731110.2000.360.3293.8727.4355.69
Hex8AAD6F14024205e1b38
Octal21225515724044401363370
Binary10001010101011011101111101000100100100000101111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,173,111); }

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

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

 a { background-color: rgb(138,173,111); }

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

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

 span { border-color: rgb(138,173,111); }

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