Html Css Color HEX #ADB657 Olive Green

📋 copy color: '#ADB657'

red 173 ◦ green 182 ◦ blue 87

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

Shades of Olive Green #ADB657

Tints of Olive Green #ADB657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.68%

R = 39.14%
G = 41.18%
B = 19.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#ADB657 (or 0xADB657) is known color: Olive Green. HEX triplet: AD, B6 and 57. RGB value is (173,182,87). Sum of RGB (Red+Green+Blue) = 173+182+87=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB657 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB657 is #5249A8. Grayscale: #A8A8A8. Windows color (decimal): -5392809 or 5748397. OLE color: 5748397.

HSL color Cylindrical-coordinate representation of color #ADB657: hue angle of 65.68º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADB657 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 87 -
CMYK 0.05 0 0.52 0.29
HSL 65.68º 0.39% 0.53% -
HSV(B) 65.68º 0.52% 0.71% -
XYZ 35.68 43.03 15.44 -
YUV 168.48 82.02 131.22 -
System Red Green Blue C M Y K H S L
Decimal 173 182 87 0.05 0 0.52 0.29 65.68 0.39 0.53
Hex AD B6 57 5 0 34 1D 42 27 35
Octal 255 266 127 5 0 64 35 102 47 65
Binary 10101101 10110110 1010111 101 0 110100 11101 1000010 100111 110101

Color Harmonies of #ADB657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB657

Black with #ADB657

Text Example


Text Example

White with #ADB657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB657; }

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

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

background-color css

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

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

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

border-color css

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

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

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