Html Css Color HEX #ADAB62 Olive Green

📋 copy color: '#ADAB62'

red 173 ◦ green 171 ◦ blue 98

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

Shades of Olive Green #ADAB62

Tints of Olive Green #ADAB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.17%

R = 39.14%
G = 38.69%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#ADAB62 (or 0xADAB62) is known color: Olive Green. HEX triplet: AD, AB and 62. RGB value is (173,171,98). Sum of RGB (Red+Green+Blue) = 173+171+98=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB62 is #52549D. Grayscale: #A3A3A3. Windows color (decimal): -5395614 or 6466477. OLE color: 6466477.

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

Color convert

RGB 173 171 98 -
CMYK 0 0.01 0.43 0.32
HSL 58.4º 0.31% 0.53% -
HSV(B) 58.4º 0.43% 0.68% -
XYZ 34 38.89 17.27 -
YUV 163.28 91.16 134.94 -
System Red Green Blue C M Y K H S L
Decimal 173 171 98 0 0.01 0.43 0.32 58.4 0.31 0.53
Hex AD AB 62 0 1 2B 20 3A 1F 35
Octal 255 253 142 0 1 53 40 72 37 65
Binary 10101101 10101011 1100010 0 1 101011 100000 111010 11111 110101

Color Harmonies of #ADAB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB62

Black with #ADAB62

Text Example


Text Example

White with #ADAB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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