Html Css Color HEX #AFAF77 Neutral Green

📋 copy color: '#AFAF77'

red 175 ◦ green 175 ◦ blue 119

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

Shades of Neutral Green #AFAF77

Tints of Neutral Green #AFAF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.37%

R = 37.31%
G = 37.31%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AFAF77 (or 0xAFAF77) is known color: Neutral Green. HEX triplet: AF, AF and 77. RGB value is (175,175,119). Sum of RGB (Red+Green+Blue) = 175+175+119=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF77 is #505088. Grayscale: #A8A8A8. Windows color (decimal): -5263497 or 7843759. OLE color: 7843759.

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

Color convert

RGB 175 175 119 -
CMYK 0 0 0.32 0.31
HSL 60º 0.26% 0.58% -
HSV(B) 60º 0.32% 0.69% -
XYZ 36.34 41.11 23.47 -
YUV 168.62 100 132.55 -
System Red Green Blue C M Y K H S L
Decimal 175 175 119 0 0 0.32 0.31 60 0.26 0.58
Hex AF AF 77 0 0 20 1F 3C 1A 3A
Octal 257 257 167 0 0 40 37 74 32 72
Binary 10101111 10101111 1110111 0 0 100000 11111 111100 11010 111010

Color Harmonies of #AFAF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF77

Black with #AFAF77

Text Example


Text Example

White with #AFAF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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