#ADA758

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

Shades of Olive Green #ADA758

Tints of Olive Green #ADA758

Color information

#ADA758 (or 0xADA758) is unknown color: approx Olive Green. HEX triplet: AD, A7 and 58. RGB value is (173,167,88). Sum of RGB (Red+Green+Blue) = 173+167+88=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 88 (34.77% from 255 or 20.56% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA758 is #5258A7. Grayscale: #A0A0A0. Windows color (decimal): -5396648 or 5810093. OLE color: 5810093.

HSL color Cylindrical-coordinate representation of color #ADA758: hue angle of 55.76º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADA758 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB17316788-
CMYK00.030.490.32
HSL55.76º34.14%51.18%-
HSV(B)55.76º49.13%67.84%-
XYZ32.8137.2314.69-
YUV159.7987.49137.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.42%
GREEN value IS 167 (65.62% from 255) = 39.02%
BLUE value IS 88 (34.77% from 255) = 20.56%
R=40.42%
G=39.02%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731678800.030.490.3255.7634.1451.18
HexADA758033120382233
Octal255247130036140704263
Binary10101101101001111011000011110001100000111000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA758; }

 p { color: rgb(173,167,88); }

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

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

 a { background-color: rgb(173,167,88); }

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

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

 span { border-color: rgb(173,167,88); }

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