Html Css Color HEX #ADAB60 Olive Green

📋 copy color: '#ADAB60'

red 173 ◦ green 171 ◦ blue 96

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

Shades of Olive Green #ADAB60

Tints of Olive Green #ADAB60

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.86%

 BLUE value IS 96 (37.89% from 255) = 21.82%

R = 39.32%
G = 38.86%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#ADAB60 (or 0xADAB60) is known color: Olive Green. HEX triplet: AD, AB and 60. RGB value is (173,171,96). Sum of RGB (Red+Green+Blue) = 173+171+96=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB60 is #52549F. Grayscale: #A3A3A3. Windows color (decimal): -5395616 or 6335405. OLE color: 6335405.

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

Color convert

RGB 173 171 96 -
CMYK 0 0.01 0.45 0.32
HSL 58.44º 0.32% 0.53% -
HSV(B) 58.44º 0.45% 0.68% -
XYZ 33.91 38.85 16.78 -
YUV 163.05 90.16 135.1 -
System Red Green Blue C M Y K H S L
Decimal 173 171 96 0 0.01 0.45 0.32 58.44 0.32 0.53
Hex AD AB 60 0 1 2D 20 3A 20 35
Octal 255 253 140 0 1 55 40 72 40 65
Binary 10101101 10101011 1100000 0 1 101101 100000 111010 100000 110101

Color Harmonies of #ADAB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB60

Black with #ADAB60

Text Example


Text Example

White with #ADAB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB60; }

 p { color: rgb(173,171,96); }

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

background-color css

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

 a { background-color: rgb(173,171,96); }

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

border-color css

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

 span { border-color: rgb(173,171,96); }

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