Html Css Color HEX #ADB561 Olive Green

📋 copy color: '#ADB561'

red 173 ◦ green 181 ◦ blue 97

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

Shades of Olive Green #ADB561

Tints of Olive Green #ADB561

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.13%

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

R = 38.36%
G = 40.13%
B = 21.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#ADB561 (or 0xADB561) is known color: Olive Green. HEX triplet: AD, B5 and 61. RGB value is (173,181,97). Sum of RGB (Red+Green+Blue) = 173+181+97=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB561 is #524A9E. Grayscale: #A9A9A9. Windows color (decimal): -5393055 or 6403501. OLE color: 6403501.

HSL color Cylindrical-coordinate representation of color #ADB561: hue angle of 65.71º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADB561 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 97 -
CMYK 0.04 0 0.46 0.29
HSL 65.71º 0.36% 0.55% -
HSV(B) 65.71º 0.46% 0.71% -
XYZ 35.92 42.8 17.68 -
YUV 169.03 87.35 130.83 -
System Red Green Blue C M Y K H S L
Decimal 173 181 97 0.04 0 0.46 0.29 65.71 0.36 0.55
Hex AD B5 61 4 0 2E 1D 42 24 37
Octal 255 265 141 4 0 56 35 102 44 67
Binary 10101101 10110101 1100001 100 0 101110 11101 1000010 100100 110111

Color Harmonies of #ADB561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB561

Black with #ADB561

Text Example


Text Example

White with #ADB561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB561; }

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

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

background-color css

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

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

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

border-color css

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

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

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