Html Css Color HEX #ADA753 Olive Green

📋 copy color: '#ADA753'

red 173 ◦ green 167 ◦ blue 83

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

Shades of Olive Green #ADA753

Tints of Olive Green #ADA753

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.48%

 BLUE value IS 83 (32.81% from 255) = 19.62%

R = 40.9%
G = 39.48%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#ADA753 (or 0xADA753) is known color: Olive Green. HEX triplet: AD, A7 and 53. RGB value is (173,167,83). Sum of RGB (Red+Green+Blue) = 173+167+83=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA753 is #5258AC. Grayscale: #9F9F9F. Windows color (decimal): -5396653 or 5482413. OLE color: 5482413.

HSL color Cylindrical-coordinate representation of color #ADA753: hue angle of 56º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADA753 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 167 83 -
CMYK 0 0.03 0.52 0.32
HSL 56º 0.35% 0.5% -
HSV(B) 56º 0.52% 0.68% -
XYZ 32.61 37.15 13.63 -
YUV 159.22 84.99 137.83 -
System Red Green Blue C M Y K H S L
Decimal 173 167 83 0 0.03 0.52 0.32 56 0.35 0.5
Hex AD A7 53 0 3 34 20 38 23 32
Octal 255 247 123 0 3 64 40 70 43 62
Binary 10101101 10100111 1010011 0 11 110100 100000 111000 100011 110010

Color Harmonies of #ADA753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA753

Black with #ADA753

Text Example


Text Example

White with #ADA753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA753; }

 p { color: rgb(173,167,83); }

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

background-color css

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

 a { background-color: rgb(173,167,83); }

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

border-color css

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

 span { border-color: rgb(173,167,83); }

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