#ADAC65

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

Shades of Olive Green #ADAC65

Tints of Olive Green #ADAC65

Color information

#ADAC65 (or 0xADAC65) is unknown color: approx Olive Green. HEX triplet: AD, AC and 65. RGB value is (173,172,101). Sum of RGB (Red+Green+Blue) = 173+172+101=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC65 is #52539A. Grayscale: #A4A4A4. Windows color (decimal): -5395355 or 6663341. OLE color: 6663341.

HSL color Cylindrical-coordinate representation of color #ADAC65: hue angle of 59.17º 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 #ADAC65 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB173172101-
CMYK00.010.420.32
HSL59.17º30.51%53.73%-
HSV(B)59.17º41.62%67.84%-
XYZ34.3439.3318.09-
YUV164.292.33134.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 172 (67.58% from 255) = 38.57%
BLUE value IS 101 (39.84% from 255) = 22.65%
R=38.79%
G=38.57%
B=22.65%

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
Decimal17317210100.010.420.3259.1730.5153.73
HexADAC65012A203b1f36
Octal255254145015240733766
Binary101011011010110011001010110101010000011101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC65; }

 p { color: rgb(173,172,101); }

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

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

 a { background-color: rgb(173,172,101); }

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

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

 span { border-color: rgb(173,172,101); }

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