Html Css Color HEX #ADAB61 Olive Green

📋 copy color: '#ADAB61'

red 173 ◦ green 171 ◦ blue 97

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

Shades of Olive Green #ADAB61

Tints of Olive Green #ADAB61

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.78%

 BLUE value IS 97 (38.28% from 255) = 22%

R = 39.23%
G = 38.78%
B = 22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#ADAB61 (or 0xADAB61) is known color: Olive Green. HEX triplet: AD, AB and 61. RGB value is (173,171,97). Sum of RGB (Red+Green+Blue) = 173+171+97=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB61 is #52549E. Grayscale: #A3A3A3. Windows color (decimal): -5395615 or 6400941. OLE color: 6400941.

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

Color convert

RGB 173 171 97 -
CMYK 0 0.01 0.44 0.32
HSL 58.42º 0.32% 0.53% -
HSV(B) 58.42º 0.44% 0.68% -
XYZ 33.95 38.87 17.02 -
YUV 163.16 90.66 135.02 -
System Red Green Blue C M Y K H S L
Decimal 173 171 97 0 0.01 0.44 0.32 58.42 0.32 0.53
Hex AD AB 61 0 1 2C 20 3A 20 35
Octal 255 253 141 0 1 54 40 72 40 65
Binary 10101101 10101011 1100001 0 1 101100 100000 111010 100000 110101

Color Harmonies of #ADAB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB61

Black with #ADAB61

Text Example


Text Example

White with #ADAB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB61; }

 p { color: rgb(173,171,97); }

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

background-color css

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

 a { background-color: rgb(173,171,97); }

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

border-color css

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

 span { border-color: rgb(173,171,97); }

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