Html Css Color HEX #ADB756 Olive Green

📋 copy color: '#ADB756'

red 173 ◦ green 183 ◦ blue 86

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

Shades of Olive Green #ADB756

Tints of Olive Green #ADB756

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.4%

 BLUE value IS 86 (33.98% from 255) = 19.46%

R = 39.14%
G = 41.4%
B = 19.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#ADB756 (or 0xADB756) is known color: Olive Green. HEX triplet: AD, B7 and 56. RGB value is (173,183,86). Sum of RGB (Red+Green+Blue) = 173+183+86=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB756 is #5248A9. Grayscale: #A9A9A9. Windows color (decimal): -5392554 or 5683117. OLE color: 5683117.

HSL color Cylindrical-coordinate representation of color #ADB756: hue angle of 66.19º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADB756 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 86 -
CMYK 0.05 0 0.53 0.28
HSL 66.19º 0.4% 0.53% -
HSV(B) 66.19º 0.53% 0.72% -
XYZ 35.85 43.42 15.3 -
YUV 168.95 81.19 130.89 -
System Red Green Blue C M Y K H S L
Decimal 173 183 86 0.05 0 0.53 0.28 66.19 0.4 0.53
Hex AD B7 56 5 0 35 1C 42 28 35
Octal 255 267 126 5 0 65 34 102 50 65
Binary 10101101 10110111 1010110 101 0 110101 11100 1000010 101000 110101

Color Harmonies of #ADB756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB756

Black with #ADB756

Text Example


Text Example

White with #ADB756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB756; }

 p { color: rgb(173,183,86); }

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

background-color css

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

 a { background-color: rgb(173,183,86); }

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

border-color css

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

 span { border-color: rgb(173,183,86); }

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