Html Css Color HEX #ADAF63 Olive Green

📋 copy color: '#ADAF63'

red 173 ◦ green 175 ◦ blue 99

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

Shades of Olive Green #ADAF63

Tints of Olive Green #ADAF63

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.15%

 BLUE value IS 99 (39.06% from 255) = 22.15%

R = 38.7%
G = 39.15%
B = 22.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#ADAF63 (or 0xADAF63) is known color: Olive Green. HEX triplet: AD, AF and 63. RGB value is (173,175,99). Sum of RGB (Red+Green+Blue) = 173+175+99=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAF63 is #52509C. Grayscale: #A6A6A6. Windows color (decimal): -5394589 or 6533037. OLE color: 6533037.

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

Color convert

RGB 173 175 99 -
CMYK 0.01 0 0.43 0.31
HSL 61.58º 0.32% 0.54% -
HSV(B) 61.58º 0.43% 0.69% -
XYZ 34.82 40.45 17.78 -
YUV 165.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 173 175 99 0.01 0 0.43 0.31 61.58 0.32 0.54
Hex AD AF 63 1 0 2B 1F 3E 20 36
Octal 255 257 143 1 0 53 37 76 40 66
Binary 10101101 10101111 1100011 1 0 101011 11111 111110 100000 110110

Color Harmonies of #ADAF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAF63

Black with #ADAF63

Text Example


Text Example

White with #ADAF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAF63; }

 p { color: rgb(173,175,99); }

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

background-color css

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

 a { background-color: rgb(173,175,99); }

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

border-color css

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

 span { border-color: rgb(173,175,99); }

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