#8AB976

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

Shades of Olivine #8AB976

Tints of Olivine #8AB976

Color information

#8AB976 (or 0x8AB976) is unknown color: approx Olivine. HEX triplet: 8A, B9 and 76. RGB value is (138,185,118). Sum of RGB (Red+Green+Blue) = 138+185+118=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB976 is #754689. Grayscale: #A3A3A3. Windows color (decimal): -7685770 or 7780746. OLE color: 7780746.

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

Color convert

RGB138185118-
CMYK0.2500.360.27
HSL102.09º32.37%59.41%-
HSV(B)102.09º36.22%72.55%-
XYZ31.141.4123.49-
YUV163.31102.43109.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.29%
GREEN value IS 185 (72.66% from 255) = 41.95%
BLUE value IS 118 (46.48% from 255) = 26.76%
R=31.29%
G=41.95%
B=26.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381851180.2500.360.27102.0932.3759.41
Hex8AB976190241B66203b
Octal21227116631044331464073
Binary10001010101110011110110110010100100110111100110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,185,118); }

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

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

 a { background-color: rgb(138,185,118); }

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

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

 span { border-color: rgb(138,185,118); }

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