#ADAC6C

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

Shades of Olive Green #ADAC6C

Tints of Olive Green #ADAC6C

Color information

#ADAC6C (or 0xADAC6C) is unknown color: approx Olive Green. HEX triplet: AD, AC and 6C. RGB value is (173,172,108). Sum of RGB (Red+Green+Blue) = 173+172+108=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC6C is #525393. Grayscale: #A5A5A5. Windows color (decimal): -5395348 or 7122093. OLE color: 7122093.

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

Color convert

RGB173172108-
CMYK00.010.380.32
HSL59.08º28.38%55.1%-
HSV(B)59.08º37.57%67.84%-
XYZ34.6939.4719.98-
YUV16595.83133.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 172 (67.58% from 255) = 37.97%
BLUE value IS 108 (42.58% from 255) = 23.84%
R=38.19%
G=37.97%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317210800.010.380.3259.0828.3855.1
HexADAC6C0126203b1c37
Octal255254154014640733467
Binary101011011010110011011000110011010000011101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC6C; }

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

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

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

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

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

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

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

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