#ADAB64

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

Shades of Olive Green #ADAB64

Tints of Olive Green #ADAB64

Color information

#ADAB64 (or 0xADAB64) is unknown color: approx Olive Green. HEX triplet: AD, AB and 64. RGB value is (173,171,100). Sum of RGB (Red+Green+Blue) = 173+171+100=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB64 is #52549B. Grayscale: #A3A3A3. Windows color (decimal): -5395612 or 6597549. OLE color: 6597549.

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

Color convert

RGB173171100-
CMYK00.010.420.32
HSL58.36º30.8%53.53%-
HSV(B)58.36º42.2%67.84%-
XYZ34.138.9317.77-
YUV163.592.16134.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 171 (67.19% from 255) = 38.51%
BLUE value IS 100 (39.45% from 255) = 22.52%
R=38.96%
G=38.51%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317110000.010.420.3258.3630.853.53
HexADAB64012A203a1f36
Octal255253144015240723766
Binary101011011010101111001000110101010000011101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB64; }

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

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

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

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

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

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

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

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