#ABB758

Color #ABB758 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #ABB758

Tints of Olive Green #ABB758

Color information

#ABB758 (or 0xABB758) is unknown color: approx Olive Green. HEX triplet: AB, B7 and 58. RGB value is (171,183,88). Sum of RGB (Red+Green+Blue) = 171+183+88=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB758 is #5448A7. Grayscale: #A8A8A8. Windows color (decimal): -5523624 or 5814187. OLE color: 5814187.

HSL color Cylindrical-coordinate representation of color #ABB758: hue angle of 67.58º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABB758 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB17118388-
CMYK0.0700.520.28
HSL67.58º39.75%53.14%-
HSV(B)67.58º51.91%71.76%-
XYZ35.4943.2315.71-
YUV168.5882.52129.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.69%
GREEN value IS 183 (71.88% from 255) = 41.40%
BLUE value IS 88 (34.77% from 255) = 19.91%
R=38.69%
G=41.40%
B=19.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal171183880.0700.520.2867.5839.7553.14
HexABB75870341C442835
Octal2532671307064341045065
Binary101010111011011110110001110110100111001000100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB758; }

 p { color: rgb(171,183,88); }

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

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

 a { background-color: rgb(171,183,88); }

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

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

 span { border-color: rgb(171,183,88); }

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