Html Css Color HEX #AFAF5E Olive Green

📋 copy color: '#AFAF5E'

red 175 ◦ green 175 ◦ blue 94

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

Shades of Olive Green #AFAF5E

Tints of Olive Green #AFAF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.17%

R = 39.41%
G = 39.41%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AFAF5E (or 0xAFAF5E) is known color: Olive Green. HEX triplet: AF, AF and 5E. RGB value is (175,175,94). Sum of RGB (Red+Green+Blue) = 175+175+94=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF5E is #5050A1. Grayscale: #A6A6A6. Windows color (decimal): -5263522 or 6205359. OLE color: 6205359.

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

Color convert

RGB 175 175 94 -
CMYK 0 0 0.46 0.31
HSL 60º 0.34% 0.53% -
HSV(B) 60º 0.46% 0.69% -
XYZ 35.03 40.58 16.58 -
YUV 165.77 87.5 134.59 -
System Red Green Blue C M Y K H S L
Decimal 175 175 94 0 0 0.46 0.31 60 0.34 0.53
Hex AF AF 5E 0 0 2E 1F 3C 22 35
Octal 257 257 136 0 0 56 37 74 42 65
Binary 10101111 10101111 1011110 0 0 101110 11111 111100 100010 110101

Color Harmonies of #AFAF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF5E

Black with #AFAF5E

Text Example


Text Example

White with #AFAF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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