#8ABB79

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

Shades of Olivine #8ABB79

Tints of Olivine #8ABB79

Color information

#8ABB79 (or 0x8ABB79) is unknown color: approx Olivine. HEX triplet: 8A, BB and 79. RGB value is (138,187,121). Sum of RGB (Red+Green+Blue) = 138+187+121=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABB79 is #754486. Grayscale: #A5A5A5. Windows color (decimal): -7685255 or 7977866. OLE color: 7977866.

HSL color Cylindrical-coordinate representation of color #8ABB79: hue angle of 104.55º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ABB79 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB138187121-
CMYK0.2600.350.27
HSL104.55º32.67%60.39%-
HSV(B)104.55º35.29%73.33%-
XYZ31.742.3224.59-
YUV164.82103.27108.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.94%
GREEN value IS 187 (73.44% from 255) = 41.93%
BLUE value IS 121 (47.66% from 255) = 27.13%
R=30.94%
G=41.93%
B=27.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381871210.2600.350.27104.5532.6760.39
Hex8ABB791A0231B69213c
Octal21227317132043331514174
Binary10001010101110111111001110100100011110111101001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,187,121); }

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

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

 a { background-color: rgb(138,187,121); }

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

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

 span { border-color: rgb(138,187,121); }

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