#768420

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

Shades of Trendy Green #768420

Tints of Trendy Green #768420

Color information

#768420 (or 0x768420) is unknown color: approx Trendy Green. HEX triplet: 76, 84 and 20. RGB value is (118,132,32). Sum of RGB (Red+Green+Blue) = 118+132+32=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #768420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768420 is #897BDF. Grayscale: #747474. Windows color (decimal): -9010144 or 2131062. OLE color: 2131062.

HSL color Cylindrical-coordinate representation of color #768420: hue angle of 68.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #768420 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB11813232-
CMYK0.1100.760.48
HSL68.4º60.98%32.16%-
HSV(B)68.4º75.76%51.76%-
XYZ15.9820.464.47-
YUV116.4180.36129.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.84%
GREEN value IS 132 (51.95% from 255) = 46.81%
BLUE value IS 32 (12.89% from 255) = 11.35%
R=41.84%
G=46.81%
B=11.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118132320.1100.760.4868.460.9832.16
Hex768420B04C30443d20
Octal16620440130114601047540
Binary1110110100001001000001011010011001100001000100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768420; }

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

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

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

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

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

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

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

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