#8AB678

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

Shades of Olivine #8AB678

Tints of Olivine #8AB678

Color information

#8AB678 (or 0x8AB678) is unknown color: approx Olivine. HEX triplet: 8A, B6 and 78. RGB value is (138,182,120). Sum of RGB (Red+Green+Blue) = 138+182+120=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB678 is #754987. Grayscale: #A1A1A1. Windows color (decimal): -7686536 or 7911050. OLE color: 7911050.

HSL color Cylindrical-coordinate representation of color #8AB678: hue angle of 102.58º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AB678 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB138182120-
CMYK0.2400.340.29
HSL102.58º29.81%59.22%-
HSV(B)102.58º34.07%71.37%-
XYZ30.640.2223.92-
YUV161.78104.42111.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.36%
GREEN value IS 182 (71.48% from 255) = 41.36%
BLUE value IS 120 (47.27% from 255) = 27.27%
R=31.36%
G=41.36%
B=27.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1381821200.2400.340.29102.5829.8159.22
Hex8AB678180221D671e3b
Octal21226617030042351473673
Binary1000101010110110111100011000010001011101110011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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