Html Css Color HEX #ADAC60 Olive Green

📋 copy color: '#ADAC60'

red 173 ◦ green 172 ◦ blue 96

#ADAC60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #ADAC60

Tints of Olive Green #ADAC60

RGB

 RED value IS 173 (67.97% from 255) = 39.23%

 GREEN value IS 172 (67.58% from 255) = 39%

 BLUE value IS 96 (37.89% from 255) = 21.77%

R = 39.23%
G = 39%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#ADAC60 (or 0xADAC60) is known color: Olive Green. HEX triplet: AD, AC and 60. RGB value is (173,172,96). Sum of RGB (Red+Green+Blue) = 173+172+96=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC60 is #52539F. Grayscale: #A3A3A3. Windows color (decimal): -5395360 or 6335661. OLE color: 6335661.

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

Color convert

RGB 173 172 96 -
CMYK 0 0.01 0.45 0.32
HSL 59.22º 0.32% 0.53% -
HSV(B) 59.22º 0.45% 0.68% -
XYZ 34.1 39.23 16.84 -
YUV 163.64 89.83 134.68 -
System Red Green Blue C M Y K H S L
Decimal 173 172 96 0 0.01 0.45 0.32 59.22 0.32 0.53
Hex AD AC 60 0 1 2D 20 3B 20 35
Octal 255 254 140 0 1 55 40 73 40 65
Binary 10101101 10101100 1100000 0 1 101101 100000 111011 100000 110101

Color Harmonies of #ADAC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC60

Black with #ADAC60

Text Example


Text Example

White with #ADAC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC60; }

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

 H1.HeaderClassName
 {
   color: #ADAC60;
 }
 .AnyTagClassName
 {
   color: #ADAC60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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