#768316

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

Shades of Trendy Green #768316

Tints of Trendy Green #768316

Color information

#768316 (or 0x768316) is unknown color: approx Trendy Green. HEX triplet: 76, 83 and 16. RGB value is (118,131,22). Sum of RGB (Red+Green+Blue) = 118+131+22=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #768316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768316 is #897CE9. Grayscale: #737373. Windows color (decimal): -9010410 or 1475446. OLE color: 1475446.

HSL color Cylindrical-coordinate representation of color #768316: hue angle of 67.16º 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 #768316 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB11813122-
CMYK0.1000.830.49
HSL67.16º71.24%30%-
HSV(B)67.16º83.21%51.37%-
XYZ15.7320.143.82-
YUV114.6975.69130.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 131 (51.56% from 255) = 48.34%
BLUE value IS 22 (8.98% from 255) = 8.12%
R=43.54%
G=48.34%
B=8.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118131220.1000.830.4967.1671.2430
Hex768316A0533143471e
Octal166203261201236110310736
Binary111011010000011101101010010100111100011000011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768316; }

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

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

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

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

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

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

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

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