#76862A

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

Shades of Trendy Green #76862A

Tints of Trendy Green #76862A

Color information

#76862A (or 0x76862A) is unknown color: approx Trendy Green. HEX triplet: 76, 86 and 2A. RGB value is (118,134,42). Sum of RGB (Red+Green+Blue) = 118+134+42=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #76862A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76862A is #8979D5. Grayscale: #777777. Windows color (decimal): -9009622 or 2786934. OLE color: 2786934.

HSL color Cylindrical-coordinate representation of color #76862A: hue angle of 70.43º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76862A is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB11813442-
CMYK0.1200.690.47
HSL70.43º52.27%34.51%-
HSV(B)70.43º68.66%52.55%-
XYZ16.4121.075.39-
YUV118.7384.7127.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.14%
GREEN value IS 134 (52.73% from 255) = 45.58%
BLUE value IS 42 (16.80% from 255) = 14.29%
R=40.14%
G=45.58%
B=14.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134420.1200.690.4770.4352.2734.51
Hex76862AC0452F463423
Octal16620652140105571066443
Binary1110110100001101010101100010001011011111000110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76862A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76862A; }

 p { color: rgb(118,134,42); }

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

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

 a { background-color: rgb(118,134,42); }

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

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

 span { border-color: rgb(118,134,42); }

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