#768914

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

Shades of Trendy Green #768914

Tints of Trendy Green #768914

Color information

#768914 (or 0x768914) is unknown color: approx Trendy Green. HEX triplet: 76, 89 and 14. RGB value is (118,137,20). Sum of RGB (Red+Green+Blue) = 118+137+20=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #768914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768914 is #8976EB. Grayscale: #767676. Windows color (decimal): -9008876 or 1345910. OLE color: 1345910.

HSL color Cylindrical-coordinate representation of color #768914: hue angle of 69.74º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #768914 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB11813720-
CMYK0.1400.850.46
HSL69.74º74.52%30.78%-
HSV(B)69.74º85.4%53.73%-
XYZ16.5421.794-
YUV117.9872.71128.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 137 (53.91% from 255) = 49.82%
BLUE value IS 20 (8.20% from 255) = 7.27%
R=42.91%
G=49.82%
B=7.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118137200.1400.850.4669.7474.5230.78
Hex768914E0552E464b1f
Octal166211241601255610611337
Binary111011010001001101001110010101011011101000110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768914; }

 p { color: rgb(118,137,20); }

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

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

 a { background-color: rgb(118,137,20); }

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

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

 span { border-color: rgb(118,137,20); }

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