Html Css Color HEX #ADB460 Olive Green

📋 copy color: '#ADB460'

red 173 ◦ green 180 ◦ blue 96

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

Shades of Olive Green #ADB460

Tints of Olive Green #ADB460

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.09%

 BLUE value IS 96 (37.89% from 255) = 21.38%

R = 38.53%
G = 40.09%
B = 21.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#ADB460 (or 0xADB460) is known color: Olive Green. HEX triplet: AD, B4 and 60. RGB value is (173,180,96). Sum of RGB (Red+Green+Blue) = 173+180+96=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB460 is #524B9F. Grayscale: #A8A8A8. Windows color (decimal): -5393312 or 6337709. OLE color: 6337709.

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

Color convert

RGB 173 180 96 -
CMYK 0.04 0 0.47 0.29
HSL 65º 0.36% 0.54% -
HSV(B) 65º 0.47% 0.71% -
XYZ 35.67 42.37 17.37 -
YUV 168.33 87.18 131.33 -
System Red Green Blue C M Y K H S L
Decimal 173 180 96 0.04 0 0.47 0.29 65 0.36 0.54
Hex AD B4 60 4 0 2F 1D 41 24 36
Octal 255 264 140 4 0 57 35 101 44 66
Binary 10101101 10110100 1100000 100 0 101111 11101 1000001 100100 110110

Color Harmonies of #ADB460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB460

Black with #ADB460

Text Example


Text Example

White with #ADB460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB460; }

 p { color: rgb(173,180,96); }

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

background-color css

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

 a { background-color: rgb(173,180,96); }

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

border-color css

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

 span { border-color: rgb(173,180,96); }

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