#768612

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

Shades of Trendy Green #768612

Tints of Trendy Green #768612

Color information

#768612 (or 0x768612) is unknown color: approx Trendy Green. HEX triplet: 76, 86 and 12. RGB value is (118,134,18). Sum of RGB (Red+Green+Blue) = 118+134+18=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #768612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768612 is #8979ED. Grayscale: #747474. Windows color (decimal): -9009646 or 1214070. OLE color: 1214070.

HSL color Cylindrical-coordinate representation of color #768612: hue angle of 68.28º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #768612 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB11813418-
CMYK0.1200.870.47
HSL68.28º76.32%29.8%-
HSV(B)68.28º86.57%52.55%-
XYZ16.1120.953.77-
YUV115.9972.7129.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 134 (52.73% from 255) = 49.63%
BLUE value IS 18 (7.42% from 255) = 6.67%
R=43.70%
G=49.63%
B=6.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134180.1200.870.4768.2876.3229.8
Hex768612C0572F444c1e
Octal166206221401275710411436
Binary111011010000110100101100010101111011111000100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768612; }

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

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

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

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

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

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

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

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