#868422

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

Shades of Trendy Green #868422

Tints of Trendy Green #868422

Color information

#868422 (or 0x868422) is unknown color: approx Trendy Green. HEX triplet: 86, 84 and 22. RGB value is (134,132,34). Sum of RGB (Red+Green+Blue) = 134+132+34=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #868422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868422 is #797BDD. Grayscale: #797979. Windows color (decimal): -7961566 or 2262150. OLE color: 2262150.

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

Color convert

RGB13413234-
CMYK00.010.750.47
HSL58.8º59.52%32.94%-
HSV(B)58.8º74.63%52.55%-
XYZ18.3721.694.73-
YUV121.4378.66136.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 132 (51.95% from 255) = 44%
BLUE value IS 34 (13.67% from 255) = 11.33%
R=44.67%
G=44%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341323400.010.750.4758.859.5232.94
Hex868422014B2F3b3c21
Octal206204420111357737441
Binary1000011010000100100010011001011101111111011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868422; }

 p { color: rgb(134,132,34); }

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

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

 a { background-color: rgb(134,132,34); }

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

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

 span { border-color: rgb(134,132,34); }

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