Html Css Color HEX #AFAF63 Olive Green

📋 copy color: '#AFAF63'

red 175 ◦ green 175 ◦ blue 99

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

Shades of Olive Green #AFAF63

Tints of Olive Green #AFAF63

RGB

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

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

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

R = 38.98%
G = 38.98%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AFAF63 (or 0xAFAF63) is known color: Olive Green. HEX triplet: AF, AF and 63. RGB value is (175,175,99). Sum of RGB (Red+Green+Blue) = 175+175+99=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF63 is #50509C. Grayscale: #A6A6A6. Windows color (decimal): -5263517 or 6533039. OLE color: 6533039.

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

Color convert

RGB 175 175 99 -
CMYK 0 0 0.43 0.31
HSL 60º 0.32% 0.54% -
HSV(B) 60º 0.43% 0.69% -
XYZ 35.26 40.67 17.8 -
YUV 166.34 90 134.18 -
System Red Green Blue C M Y K H S L
Decimal 175 175 99 0 0 0.43 0.31 60 0.32 0.54
Hex AF AF 63 0 0 2B 1F 3C 20 36
Octal 257 257 143 0 0 53 37 74 40 66
Binary 10101111 10101111 1100011 0 0 101011 11111 111100 100000 110110

Color Harmonies of #AFAF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF63

Black with #AFAF63

Text Example


Text Example

White with #AFAF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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