#868525

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

Shades of Trendy Green #868525

Tints of Trendy Green #868525

Color information

#868525 (or 0x868525) is unknown color: approx Trendy Green. HEX triplet: 86, 85 and 25. RGB value is (134,133,37). Sum of RGB (Red+Green+Blue) = 134+133+37=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #868525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868525 is #797ADA. Grayscale: #7A7A7A. Windows color (decimal): -7961307 or 2459014. OLE color: 2459014.

HSL color Cylindrical-coordinate representation of color #868525: hue angle of 59.38º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #868525 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB13413337-
CMYK00.010.720.47
HSL59.38º56.73%33.53%-
HSV(B)59.38º72.39%52.55%-
XYZ18.5521.985.01-
YUV122.3679.83136.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 37 (14.84% from 255) = 12.17%
R=44.08%
G=43.75%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341333700.010.720.4759.3856.7333.53
Hex86852501482F3b3922
Octal206205450111057737142
Binary1000011010000101100101011001000101111111011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868525; }

 p { color: rgb(134,133,37); }

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

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

 a { background-color: rgb(134,133,37); }

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

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

 span { border-color: rgb(134,133,37); }

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