#768116

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

Shades of Trendy Green #768116

Tints of Trendy Green #768116

Color information

#768116 (or 0x768116) is unknown color: approx Trendy Green. HEX triplet: 76, 81 and 16. RGB value is (118,129,22). Sum of RGB (Red+Green+Blue) = 118+129+22=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 129 - color contains mainly: green. Hex color #768116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768116 is #897EE9. Grayscale: #717171. Windows color (decimal): -9010922 or 1474934. OLE color: 1474934.

HSL color Cylindrical-coordinate representation of color #768116: hue angle of 66.17º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #768116 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB11812922-
CMYK0.0900.830.49
HSL66.17º70.86%29.61%-
HSV(B)66.17º82.95%50.59%-
XYZ15.4719.613.73-
YUV113.5176.36131.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 129 (50.78% from 255) = 47.96%
BLUE value IS 22 (8.98% from 255) = 8.18%
R=43.87%
G=47.96%
B=8.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118129220.0900.830.4966.1770.8629.61
Hex76811690533142471e
Octal166201261101236110210736
Binary111011010000001101101001010100111100011000010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768116; }

 p { color: rgb(118,129,22); }

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

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

 a { background-color: rgb(118,129,22); }

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

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

 span { border-color: rgb(118,129,22); }

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