Html Css Color HEX #AFAC50 Olive Green

📋 copy color: '#AFAC50'

red 175 ◦ green 172 ◦ blue 80

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

Shades of Olive Green #AFAC50

Tints of Olive Green #AFAC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.28%

 BLUE value IS 80 (31.64% from 255) = 18.74%

R = 40.98%
G = 40.28%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AFAC50 (or 0xAFAC50) is known color: Olive Green. HEX triplet: AF, AC and 50. RGB value is (175,172,80). Sum of RGB (Red+Green+Blue) = 175+172+80=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAC50 is #5053AF. Grayscale: #A2A2A2. Windows color (decimal): -5264304 or 5287087. OLE color: 5287087.

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

Color convert

RGB 175 172 80 -
CMYK 0 0.02 0.54 0.31
HSL 58.11º 0.37% 0.5% -
HSV(B) 58.11º 0.54% 0.69% -
XYZ 33.88 39.2 13.37 -
YUV 162.41 81.49 136.98 -
System Red Green Blue C M Y K H S L
Decimal 175 172 80 0 0.02 0.54 0.31 58.11 0.37 0.5
Hex AF AC 50 0 2 36 1F 3A 25 32
Octal 257 254 120 0 2 66 37 72 45 62
Binary 10101111 10101100 1010000 0 10 110110 11111 111010 100101 110010

Color Harmonies of #AFAC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAC50

Black with #AFAC50

Text Example


Text Example

White with #AFAC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAC50; }

 p { color: rgb(175,172,80); }

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

background-color css

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

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

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

border-color css

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

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

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