#768B10

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

Shades of Trendy Green #768B10

Tints of Trendy Green #768B10

Color information

#768B10 (or 0x768B10) is unknown color: approx Trendy Green. HEX triplet: 76, 8B and 10. RGB value is (118,139,16). Sum of RGB (Red+Green+Blue) = 118+139+16=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #768B10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768B10 is #8974EF. Grayscale: #777777. Windows color (decimal): -9008368 or 1084278. OLE color: 1084278.

HSL color Cylindrical-coordinate representation of color #768B10: hue angle of 70.24º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #768B10 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB11813916-
CMYK0.1500.880.45
HSL70.24º79.35%30.39%-
HSV(B)70.24º88.49%54.51%-
XYZ16.822.353.92-
YUV118.770.04127.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 139 (54.69% from 255) = 50.92%
BLUE value IS 16 (6.64% from 255) = 5.86%
R=43.22%
G=50.92%
B=5.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118139160.1500.880.4570.2479.3530.39
Hex768B10F0582D464f1e
Octal166213201701305510611736
Binary111011010001011100001111010110001011011000110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768B10; }

 p { color: rgb(118,139,16); }

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

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

 a { background-color: rgb(118,139,16); }

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

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

 span { border-color: rgb(118,139,16); }

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