#767813

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

Shades of Trendy Green #767813

Tints of Trendy Green #767813

Color information

#767813 (or 0x767813) is unknown color: approx Trendy Green. HEX triplet: 76, 78 and 13. RGB value is (118,120,19). Sum of RGB (Red+Green+Blue) = 118+120+19=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 120 - color contains mainly: green. Hex color #767813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767813 is #8987EC. Grayscale: #6C6C6C. Windows color (decimal): -9013229 or 1276022. OLE color: 1276022.

HSL color Cylindrical-coordinate representation of color #767813: hue angle of 61.19º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #767813 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB11812019-
CMYK0.0200.840.53
HSL61.19º72.66%27.25%-
HSV(B)61.19º84.17%47.06%-
XYZ14.3117.333.21-
YUV107.8977.84135.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 120 (47.27% from 255) = 46.69%
BLUE value IS 19 (7.81% from 255) = 7.39%
R=45.91%
G=46.69%
B=7.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118120190.0200.840.5361.1972.6627.25
Hex7678132054353d491b
Octal1661702320124657511133
Binary11101101111000100111001010100110101111101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767813; }

 p { color: rgb(118,120,19); }

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

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

 a { background-color: rgb(118,120,19); }

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

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

 span { border-color: rgb(118,120,19); }

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