#A7B272

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

Shades of Locust #A7B272

Tints of Locust #A7B272

Color information

#A7B272 (or 0xA7B272) is unknown color: approx Locust. HEX triplet: A7, B2 and 72. RGB value is (167,178,114). Sum of RGB (Red+Green+Blue) = 167+178+114=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B272 is #584D8D. Grayscale: #A7A7A7. Windows color (decimal): -5787022 or 7516839. OLE color: 7516839.

HSL color Cylindrical-coordinate representation of color #A7B272: hue angle of 70.31º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A7B272 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB167178114-
CMYK0.0600.360.30
HSL70.31º29.36%57.25%-
HSV(B)70.31º35.96%69.8%-
XYZ34.8941.2722.05-
YUV167.4297.86127.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.38%
GREEN value IS 178 (69.92% from 255) = 38.78%
BLUE value IS 114 (44.92% from 255) = 24.84%
R=36.38%
G=38.78%
B=24.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1671781140.0600.360.3070.3129.3657.25
HexA7B27260241E461d39
Octal2472621626044361063571
Binary10100111101100101110010110010010011110100011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B272; }

 p { color: rgb(167,178,114); }

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

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

 a { background-color: rgb(167,178,114); }

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

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

 span { border-color: rgb(167,178,114); }

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