Html Css Color HEX #AFAF51 Olive Green

📋 copy color: '#AFAF51'

red 175 ◦ green 175 ◦ blue 81

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

Shades of Olive Green #AFAF51

Tints of Olive Green #AFAF51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.79%

R = 40.6%
G = 40.6%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AFAF51 (or 0xAFAF51) is known color: Olive Green. HEX triplet: AF, AF and 51. RGB value is (175,175,81). Sum of RGB (Red+Green+Blue) = 175+175+81=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF51 is #5050AE. Grayscale: #A4A4A4. Windows color (decimal): -5263535 or 5353391. OLE color: 5353391.

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

Color convert

RGB 175 175 81 -
CMYK 0 0 0.54 0.31
HSL 60º 0.37% 0.5% -
HSV(B) 60º 0.54% 0.69% -
XYZ 34.49 40.37 13.76 -
YUV 164.28 81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 175 175 81 0 0 0.54 0.31 60 0.37 0.5
Hex AF AF 51 0 0 36 1F 3C 25 32
Octal 257 257 121 0 0 66 37 74 45 62
Binary 10101111 10101111 1010001 0 0 110110 11111 111100 100101 110010

Color Harmonies of #AFAF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF51

Black with #AFAF51

Text Example


Text Example

White with #AFAF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF51; }

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

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

background-color css

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

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

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

border-color css

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

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

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