Html Css Color HEX #ADB663 Olive Green

📋 copy color: '#ADB663'

red 173 ◦ green 182 ◦ blue 99

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

Shades of Olive Green #ADB663

Tints of Olive Green #ADB663

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.09%

 BLUE value IS 99 (39.06% from 255) = 21.81%

R = 38.11%
G = 40.09%
B = 21.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#ADB663 (or 0xADB663) is known color: Olive Green. HEX triplet: AD, B6 and 63. RGB value is (173,182,99). Sum of RGB (Red+Green+Blue) = 173+182+99=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB663 is #52499C. Grayscale: #AAAAAA. Windows color (decimal): -5392797 or 6534829. OLE color: 6534829.

HSL color Cylindrical-coordinate representation of color #ADB663: hue angle of 66.51º 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 #ADB663 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 99 -
CMYK 0.05 0 0.46 0.29
HSL 66.51º 0.36% 0.55% -
HSV(B) 66.51º 0.46% 0.71% -
XYZ 36.21 43.24 18.24 -
YUV 169.85 88.02 130.25 -
System Red Green Blue C M Y K H S L
Decimal 173 182 99 0.05 0 0.46 0.29 66.51 0.36 0.55
Hex AD B6 63 5 0 2E 1D 43 24 37
Octal 255 266 143 5 0 56 35 103 44 67
Binary 10101101 10110110 1100011 101 0 101110 11101 1000011 100100 110111

Color Harmonies of #ADB663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB663

Black with #ADB663

Text Example


Text Example

White with #ADB663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB663; }

 p { color: rgb(173,182,99); }

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

background-color css

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

 a { background-color: rgb(173,182,99); }

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

border-color css

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

 span { border-color: rgb(173,182,99); }

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