Html Css Color HEX #ADAC69 Olive Green

📋 copy color: '#ADAC69'

red 173 ◦ green 172 ◦ blue 105

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

Shades of Olive Green #ADAC69

Tints of Olive Green #ADAC69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.33%

R = 38.44%
G = 38.22%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#ADAC69 (or 0xADAC69) is known color: Olive Green. HEX triplet: AD, AC and 69. RGB value is (173,172,105). Sum of RGB (Red+Green+Blue) = 173+172+105=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC69 is #525396. Grayscale: #A4A4A4. Windows color (decimal): -5395351 or 6925485. OLE color: 6925485.

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

Color convert

RGB 173 172 105 -
CMYK 0 0.01 0.39 0.32
HSL 59.12º 0.29% 0.55% -
HSV(B) 59.12º 0.39% 0.68% -
XYZ 34.54 39.41 19.15 -
YUV 164.66 94.33 133.95 -
System Red Green Blue C M Y K H S L
Decimal 173 172 105 0 0.01 0.39 0.32 59.12 0.29 0.55
Hex AD AC 69 0 1 27 20 3B 1D 37
Octal 255 254 151 0 1 47 40 73 35 67
Binary 10101101 10101100 1101001 0 1 100111 100000 111011 11101 110111

Color Harmonies of #ADAC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC69

Black with #ADAC69

Text Example


Text Example

White with #ADAC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC69; }

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

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

background-color css

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

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

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

border-color css

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

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

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