Html Css Color HEX #ADA755 Olive Green

📋 copy color: '#ADA755'

red 173 ◦ green 167 ◦ blue 85

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

Shades of Olive Green #ADA755

Tints of Olive Green #ADA755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20%

R = 40.71%
G = 39.29%
B = 20%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#ADA755 (or 0xADA755) is known color: Olive Green. HEX triplet: AD, A7 and 55. RGB value is (173,167,85). Sum of RGB (Red+Green+Blue) = 173+167+85=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA755 is #5258AA. Grayscale: #9F9F9F. Windows color (decimal): -5396651 or 5613485. OLE color: 5613485.

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

Color convert

RGB 173 167 85 -
CMYK 0 0.03 0.51 0.32
HSL 55.91º 0.35% 0.51% -
HSV(B) 55.91º 0.51% 0.68% -
XYZ 32.69 37.18 14.05 -
YUV 159.45 85.99 137.67 -
System Red Green Blue C M Y K H S L
Decimal 173 167 85 0 0.03 0.51 0.32 55.91 0.35 0.51
Hex AD A7 55 0 3 33 20 38 23 33
Octal 255 247 125 0 3 63 40 70 43 63
Binary 10101101 10100111 1010101 0 11 110011 100000 111000 100011 110011

Color Harmonies of #ADA755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA755

Black with #ADA755

Text Example


Text Example

White with #ADA755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA755; }

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

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

background-color css

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

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

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

border-color css

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

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

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