#ADAE68

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

Shades of Olive Green #ADAE68

Tints of Olive Green #ADAE68

Color information

#ADAE68 (or 0xADAE68) is unknown color: approx Olive Green. HEX triplet: AD, AE and 68. RGB value is (173,174,104). Sum of RGB (Red+Green+Blue) = 173+174+104=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE68 is #525197. Grayscale: #A6A6A6. Windows color (decimal): -5394840 or 6860461. OLE color: 6860461.

HSL color Cylindrical-coordinate representation of color #ADAE68: hue angle of 60.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADAE68 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB173174104-
CMYK0.0100.400.32
HSL60.86º30.17%54.51%-
HSV(B)60.86º40.23%68.24%-
XYZ34.8740.1619.01-
YUV165.7293.17133.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.36%
GREEN value IS 174 (68.36% from 255) = 38.58%
BLUE value IS 104 (41.02% from 255) = 23.06%
R=38.36%
G=38.58%
B=23.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741040.0100.400.3260.8630.1754.51
HexADAE681028203d1e37
Octal255256150105040753667
Binary101011011010111011010001010100010000011110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE68; }

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

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

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

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

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

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

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

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