Html Css Color HEX #AFAD64 Olive Green

📋 copy color: '#AFAD64'

red 175 ◦ green 173 ◦ blue 100

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

Shades of Olive Green #AFAD64

Tints of Olive Green #AFAD64

RGB

 RED value IS 175 (68.75% from 255) = 39.06%

 GREEN value IS 173 (67.97% from 255) = 38.62%

 BLUE value IS 100 (39.45% from 255) = 22.32%

R = 39.06%
G = 38.62%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AFAD64 (or 0xAFAD64) is known color: Olive Green. HEX triplet: AF, AD and 64. RGB value is (175,173,100). Sum of RGB (Red+Green+Blue) = 175+173+100=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAD64 is #50529B. Grayscale: #A5A5A5. Windows color (decimal): -5264028 or 6598063. OLE color: 6598063.

HSL color Cylindrical-coordinate representation of color #AFAD64: hue angle of 58.4º 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 #AFAD64 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 173 100 -
CMYK 0 0.01 0.43 0.31
HSL 58.4º 0.32% 0.54% -
HSV(B) 58.4º 0.43% 0.69% -
XYZ 34.92 39.92 17.92 -
YUV 165.28 91.16 134.94 -
System Red Green Blue C M Y K H S L
Decimal 175 173 100 0 0.01 0.43 0.31 58.4 0.32 0.54
Hex AF AD 64 0 1 2B 1F 3A 20 36
Octal 257 255 144 0 1 53 37 72 40 66
Binary 10101111 10101101 1100100 0 1 101011 11111 111010 100000 110110

Color Harmonies of #AFAD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAD64

Black with #AFAD64

Text Example


Text Example

White with #AFAD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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