#ADAB63

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

Shades of Olive Green #ADAB63

Tints of Olive Green #ADAB63

Color information

#ADAB63 (or 0xADAB63) is unknown color: approx Olive Green. HEX triplet: AD, AB and 63. RGB value is (173,171,99). Sum of RGB (Red+Green+Blue) = 173+171+99=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB63 is #52549C. Grayscale: #A3A3A3. Windows color (decimal): -5395613 or 6532013. OLE color: 6532013.

HSL color Cylindrical-coordinate representation of color #ADAB63: hue angle of 58.38º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADAB63 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB17317199-
CMYK00.010.430.32
HSL58.38º31.09%53.33%-
HSV(B)58.38º42.77%67.84%-
XYZ34.0538.9117.52-
YUV163.3991.66134.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 171 (67.19% from 255) = 38.60%
BLUE value IS 99 (39.06% from 255) = 22.35%
R=39.05%
G=38.60%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731719900.010.430.3258.3831.0953.33
HexADAB63012B203a1f35
Octal255253143015340723765
Binary101011011010101111000110110101110000011101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB63; }

 p { color: rgb(173,171,99); }

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

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

 a { background-color: rgb(173,171,99); }

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

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

 span { border-color: rgb(173,171,99); }

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