Html Css Color HEX #ADAC65 Olive Green

📋 copy color: '#ADAC65'

red 173 ◦ green 172 ◦ blue 101

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

Shades of Olive Green #ADAC65

Tints of Olive Green #ADAC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.65%

R = 38.79%
G = 38.57%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#ADAC65 (or 0xADAC65) is known color: Olive Green. HEX triplet: AD, AC and 65. RGB value is (173,172,101). Sum of RGB (Red+Green+Blue) = 173+172+101=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC65 is #52539A. Grayscale: #A4A4A4. Windows color (decimal): -5395355 or 6663341. OLE color: 6663341.

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

Color convert

RGB 173 172 101 -
CMYK 0 0.01 0.42 0.32
HSL 59.17º 0.31% 0.54% -
HSV(B) 59.17º 0.42% 0.68% -
XYZ 34.34 39.33 18.09 -
YUV 164.21 92.33 134.27 -
System Red Green Blue C M Y K H S L
Decimal 173 172 101 0 0.01 0.42 0.32 59.17 0.31 0.54
Hex AD AC 65 0 1 2A 20 3B 1F 36
Octal 255 254 145 0 1 52 40 73 37 66
Binary 10101101 10101100 1100101 0 1 101010 100000 111011 11111 110110

Color Harmonies of #ADAC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC65

Black with #ADAC65

Text Example


Text Example

White with #ADAC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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