Html Css Color HEX #ADB566 Olive Green

📋 copy color: '#ADB566'

red 173 ◦ green 181 ◦ blue 102

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

Shades of Olive Green #ADB566

Tints of Olive Green #ADB566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.37%

R = 37.94%
G = 39.69%
B = 22.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#ADB566 (or 0xADB566) is known color: Olive Green. HEX triplet: AD, B5 and 66. RGB value is (173,181,102). Sum of RGB (Red+Green+Blue) = 173+181+102=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB566 is #524A99. Grayscale: #A9A9A9. Windows color (decimal): -5393050 or 6731181. OLE color: 6731181.

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

Color convert

RGB 173 181 102 -
CMYK 0.04 0 0.44 0.29
HSL 66.08º 0.35% 0.55% -
HSV(B) 66.08º 0.44% 0.71% -
XYZ 36.16 42.89 18.94 -
YUV 169.6 89.85 130.42 -
System Red Green Blue C M Y K H S L
Decimal 173 181 102 0.04 0 0.44 0.29 66.08 0.35 0.55
Hex AD B5 66 4 0 2C 1D 42 23 37
Octal 255 265 146 4 0 54 35 102 43 67
Binary 10101101 10110101 1100110 100 0 101100 11101 1000010 100011 110111

Color Harmonies of #ADB566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB566

Black with #ADB566

Text Example


Text Example

White with #ADB566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB566; }

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

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

background-color css

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

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

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

border-color css

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

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

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