#ADAE6C

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

Shades of Olive Green #ADAE6C

Tints of Olive Green #ADAE6C

Color information

#ADAE6C (or 0xADAE6C) is unknown color: approx Olive Green. HEX triplet: AD, AE and 6C. RGB value is (173,174,108). Sum of RGB (Red+Green+Blue) = 173+174+108=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE6C is #525193. Grayscale: #A6A6A6. Windows color (decimal): -5394836 or 7122605. OLE color: 7122605.

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

Color convert

RGB173174108-
CMYK0.0100.380.32
HSL60.91º28.95%55.29%-
HSV(B)60.91º37.93%68.24%-
XYZ35.0840.2420.11-
YUV166.1895.17132.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 174 (68.36% from 255) = 38.24%
BLUE value IS 108 (42.58% from 255) = 23.74%
R=38.02%
G=38.24%
B=23.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741080.0100.380.3260.9128.9555.29
HexADAE6C1026203d1d37
Octal255256154104640753567
Binary101011011010111011011001010011010000011110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE6C; }

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

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

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

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

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

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

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

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