#76801D

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

Shades of Trendy Green #76801D

Tints of Trendy Green #76801D

Color information

#76801D (or 0x76801D) is unknown color: approx Trendy Green. HEX triplet: 76, 80 and 1D. RGB value is (118,128,29). Sum of RGB (Red+Green+Blue) = 118+128+29=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #76801D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76801D is #897FE2. Grayscale: #727272. Windows color (decimal): -9011171 or 1933430. OLE color: 1933430.

HSL color Cylindrical-coordinate representation of color #76801D: hue angle of 66.06º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76801D is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB11812829-
CMYK0.0800.770.50
HSL66.06º63.06%30.78%-
HSV(B)66.06º77.34%50.2%-
XYZ15.4119.384.09-
YUV113.7280.19131.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 128 (50.39% from 255) = 46.55%
BLUE value IS 29 (11.72% from 255) = 10.55%
R=42.91%
G=46.55%
B=10.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118128290.0800.770.5066.0663.0630.78
Hex76801D804D32423f1f
Octal16620035100115621027737
Binary11101101000000011101100001001101110010100001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76801D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76801D; }

 p { color: rgb(118,128,29); }

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

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

 a { background-color: rgb(118,128,29); }

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

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

 span { border-color: rgb(118,128,29); }

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