#AFB07F

Color #AFB07F Locust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Locust #AFB07F

Tints of Locust #AFB07F

Color information

#AFB07F (or 0xAFB07F) is unknown color: approx Locust. HEX triplet: AF, B0 and 7F. RGB value is (175,176,127). Sum of RGB (Red+Green+Blue) = 175+176+127=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB07F is #504F80. Grayscale: #AAAAAA. Windows color (decimal): -5263233 or 8368303. OLE color: 8368303.

HSL color Cylindrical-coordinate representation of color #AFB07F: hue angle of 61.22º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFB07F is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB175176127-
CMYK0.0100.280.31
HSL61.22º23.67%59.41%-
HSV(B)61.22º27.84%69.02%-
XYZ37.0441.726.18-
YUV170.12103.67131.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 176 (69.14% from 255) = 36.82%
BLUE value IS 127 (50% from 255) = 26.57%
R=36.61%
G=36.82%
B=26.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751761270.0100.280.3161.2223.6759.41
HexAFB07F101C1F3d183b
Octal257260177103437753073
Binary1010111110110000111111110111001111111110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB07F; }

 p { color: rgb(175,176,127); }

 H1.HeaderClassName
 {
   color: #AFB07F;
 }
 .AnyTagClassName
 {
   color: #AFB07F;
 }
</style>
background-color css

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

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

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

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

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

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