#868721

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

Shades of Trendy Green #868721

Tints of Trendy Green #868721

Color information

#868721 (or 0x868721) is unknown color: approx Trendy Green. HEX triplet: 86, 87 and 21. RGB value is (134,135,33). Sum of RGB (Red+Green+Blue) = 134+135+33=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #868721 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868721 is #7978DE. Grayscale: #7B7B7B. Windows color (decimal): -7960799 or 2197382. OLE color: 2197382.

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

Color convert

RGB13413533-
CMYK0.0100.760.47
HSL60.59º60.71%32.94%-
HSV(B)60.59º75.56%52.94%-
XYZ18.7722.514.79-
YUV123.0777.17135.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.37%
GREEN value IS 135 (53.12% from 255) = 44.70%
BLUE value IS 33 (13.28% from 255) = 10.93%
R=44.37%
G=44.70%
B=10.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134135330.0100.760.4760.5960.7132.94
Hex868721104C2F3d3d21
Octal206207411011457757541
Binary1000011010000111100001101001100101111111101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868721; }

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

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

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

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

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

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

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

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