#768412

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

Shades of Trendy Green #768412

Tints of Trendy Green #768412

Color information

#768412 (or 0x768412) is unknown color: approx Trendy Green. HEX triplet: 76, 84 and 12. RGB value is (118,132,18). Sum of RGB (Red+Green+Blue) = 118+132+18=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #768412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768412 is #897BED. Grayscale: #737373. Windows color (decimal): -9010158 or 1213558. OLE color: 1213558.

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

Color convert

RGB11813218-
CMYK0.1100.860.48
HSL67.37º76%29.41%-
HSV(B)67.37º86.36%51.76%-
XYZ15.8320.43.68-
YUV114.8273.36130.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 132 (51.95% from 255) = 49.25%
BLUE value IS 18 (7.42% from 255) = 6.72%
R=44.03%
G=49.25%
B=6.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118132180.1100.860.4867.377629.41
Hex768412B05630434c1d
Octal166204221301266010311435
Binary111011010000100100101011010101101100001000011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768412; }

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

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

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

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

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

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

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

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