#ADAE65

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

Shades of Olive Green #ADAE65

Tints of Olive Green #ADAE65

Color information

#ADAE65 (or 0xADAE65) is unknown color: approx Olive Green. HEX triplet: AD, AE and 65. RGB value is (173,174,101). Sum of RGB (Red+Green+Blue) = 173+174+101=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE65 is #52519A. Grayscale: #A5A5A5. Windows color (decimal): -5394843 or 6663853. OLE color: 6663853.

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

Color convert

RGB173174101-
CMYK0.0100.420.32
HSL60.82º31.06%53.92%-
HSV(B)60.82º41.95%68.24%-
XYZ34.7240.118.22-
YUV165.3891.67133.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.62%
GREEN value IS 174 (68.36% from 255) = 38.84%
BLUE value IS 101 (39.84% from 255) = 22.54%
R=38.62%
G=38.84%
B=22.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741010.0100.420.3260.8231.0653.92
HexADAE65102A203d1f36
Octal255256145105240753766
Binary101011011010111011001011010101010000011110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE65; }

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

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

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

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

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

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

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

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