#85871D

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

Shades of Trendy Green #85871D

Tints of Trendy Green #85871D

Color information

#85871D (or 0x85871D) is unknown color: approx Trendy Green. HEX triplet: 85, 87 and 1D. RGB value is (133,135,29). Sum of RGB (Red+Green+Blue) = 133+135+29=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 135 - color contains mainly: green. Hex color #85871D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85871D is #7A78E2. Grayscale: #7A7A7A. Windows color (decimal): -8026339 or 1935237. OLE color: 1935237.

HSL color Cylindrical-coordinate representation of color #85871D: hue angle of 61.13º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85871D is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB13313529-
CMYK0.0100.790.47
HSL61.13º64.63%32.16%-
HSV(B)61.13º78.52%52.94%-
XYZ18.5622.44.51-
YUV122.3275.34135.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 135 (53.12% from 255) = 45.45%
BLUE value IS 29 (11.72% from 255) = 9.76%
R=44.78%
G=45.45%
B=9.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133135290.0100.790.4761.1364.6332.16
Hex85871D104F2F3d4120
Octal2052073510117577510140
Binary1000010110000111111011010011111011111111011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85871D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85871D; }

 p { color: rgb(133,135,29); }

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

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

 a { background-color: rgb(133,135,29); }

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

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

 span { border-color: rgb(133,135,29); }

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