#76842B

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

Shades of Trendy Green #76842B

Tints of Trendy Green #76842B

Color information

#76842B (or 0x76842B) is unknown color: approx Trendy Green. HEX triplet: 76, 84 and 2B. RGB value is (118,132,43). Sum of RGB (Red+Green+Blue) = 118+132+43=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 132 - color contains mainly: green. Hex color #76842B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76842B is #897BD4. Grayscale: #767676. Windows color (decimal): -9010133 or 2851958. OLE color: 2851958.

HSL color Cylindrical-coordinate representation of color #76842B: hue angle of 69.44º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76842B is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB11813243-
CMYK0.1100.670.48
HSL69.44º50.86%34.31%-
HSV(B)69.44º67.42%51.76%-
XYZ16.1620.535.4-
YUV117.6785.86128.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.27%
GREEN value IS 132 (51.95% from 255) = 45.05%
BLUE value IS 43 (17.19% from 255) = 14.68%
R=40.27%
G=45.05%
B=14.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118132430.1100.670.4869.4450.8634.31
Hex76842BB04330453322
Octal16620453130103601056342
Binary1110110100001001010111011010000111100001000101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76842B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76842B; }

 p { color: rgb(118,132,43); }

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

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

 a { background-color: rgb(118,132,43); }

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

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

 span { border-color: rgb(118,132,43); }

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