Html Css Color HEX #AFAF57 Olive Green

📋 copy color: '#AFAF57'

red 175 ◦ green 175 ◦ blue 87

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

Shades of Olive Green #AFAF57

Tints of Olive Green #AFAF57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.91%

R = 40.05%
G = 40.05%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AFAF57 (or 0xAFAF57) is known color: Olive Green. HEX triplet: AF, AF and 57. RGB value is (175,175,87). Sum of RGB (Red+Green+Blue) = 175+175+87=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 87 (34.38% from 255 or 19.91% from 437); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF57 is #5050A8. Grayscale: #A5A5A5. Windows color (decimal): -5263529 or 5746607. OLE color: 5746607.

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

Color convert

RGB 175 175 87 -
CMYK 0 0 0.50 0.31
HSL 60º 0.35% 0.51% -
HSV(B) 60º 0.5% 0.69% -
XYZ 34.73 40.46 15 -
YUV 164.97 84 135.16 -
System Red Green Blue C M Y K H S L
Decimal 175 175 87 0 0 0.50 0.31 60 0.35 0.51
Hex AF AF 57 0 0 32 1F 3C 23 33
Octal 257 257 127 0 0 62 37 74 43 63
Binary 10101111 10101111 1010111 0 0 110010 11111 111100 100011 110011

Color Harmonies of #AFAF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF57

Black with #AFAF57

Text Example


Text Example

White with #AFAF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF57; }

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

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

background-color css

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

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

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

border-color css

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

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

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