Html Css Color HEX #ADB757 Olive Green

📋 copy color: '#ADB757'

red 173 ◦ green 183 ◦ blue 87

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

Shades of Olive Green #ADB757

Tints of Olive Green #ADB757

RGB

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

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

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

R = 39.05%
G = 41.31%
B = 19.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#ADB757 (or 0xADB757) is known color: Olive Green. HEX triplet: AD, B7 and 57. RGB value is (173,183,87). Sum of RGB (Red+Green+Blue) = 173+183+87=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 87 (34.38% from 255 or 19.64% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB757 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB757 is #5248A8. Grayscale: #A9A9A9. Windows color (decimal): -5392553 or 5748653. OLE color: 5748653.

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

Color convert

RGB 173 183 87 -
CMYK 0.05 0 0.52 0.28
HSL 66.25º 0.4% 0.53% -
HSV(B) 66.25º 0.52% 0.72% -
XYZ 35.89 43.44 15.51 -
YUV 169.07 81.69 130.81 -
System Red Green Blue C M Y K H S L
Decimal 173 183 87 0.05 0 0.52 0.28 66.25 0.4 0.53
Hex AD B7 57 5 0 34 1C 42 28 35
Octal 255 267 127 5 0 64 34 102 50 65
Binary 10101101 10110111 1010111 101 0 110100 11100 1000010 101000 110101

Color Harmonies of #ADB757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB757

Black with #ADB757

Text Example


Text Example

White with #ADB757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB757; }

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

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

background-color css

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

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

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

border-color css

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

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

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