#868731

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

Shades of Trendy Green #868731

Tints of Trendy Green #868731

Color information

#868731 (or 0x868731) is unknown color: approx Trendy Green. HEX triplet: 86, 87 and 31. RGB value is (134,135,49). Sum of RGB (Red+Green+Blue) = 134+135+49=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #868731 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868731 is #7978CE. Grayscale: #7D7D7D. Windows color (decimal): -7960783 or 3245958. OLE color: 3245958.

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

Color convert

RGB13413549-
CMYK0.0100.640.47
HSL60.7º46.74%36.08%-
HSV(B)60.7º63.7%52.94%-
XYZ19.0522.626.27-
YUV124.985.17134.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.14%
GREEN value IS 135 (53.12% from 255) = 42.45%
BLUE value IS 49 (19.53% from 255) = 15.41%
R=42.14%
G=42.45%
B=15.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134135490.0100.640.4760.746.7436.08
Hex86873110402F3d2f24
Octal206207611010057755744
Binary1000011010000111110001101000000101111111101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868731; }

 p { color: rgb(134,135,49); }

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

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

 a { background-color: rgb(134,135,49); }

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

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

 span { border-color: rgb(134,135,49); }

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