#8A8728

Color #8A8728 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #8A8728

Tints of Trendy Green #8A8728

Color information

#8A8728 (or 0x8A8728) is unknown color: approx Trendy Green. HEX triplet: 8A, 87 and 28. RGB value is (138,135,40). Sum of RGB (Red+Green+Blue) = 138+135+40=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8728 is #7578D7. Grayscale: #7D7D7D. Windows color (decimal): -7698648 or 2656138. OLE color: 2656138.

HSL color Cylindrical-coordinate representation of color #8A8728: hue angle of 58.16º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A8728 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB13813540-
CMYK00.020.710.46
HSL58.16º55.06%34.9%-
HSV(B)58.16º71.01%54.12%-
XYZ19.5322.885.4-
YUV125.0779.99137.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.09%
GREEN value IS 135 (53.12% from 255) = 43.13%
BLUE value IS 40 (16.02% from 255) = 12.78%
R=44.09%
G=43.13%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381354000.020.710.4658.1655.0634.9
Hex8A872802472E3a3723
Octal212207500210756726743
Binary10001010100001111010000101000111101110111010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A8728; }

 p { color: rgb(138,135,40); }

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

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

 a { background-color: rgb(138,135,40); }

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

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

 span { border-color: rgb(138,135,40); }

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