#768226

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

Shades of Trendy Green #768226

Tints of Trendy Green #768226

Color information

#768226 (or 0x768226) is unknown color: approx Trendy Green. HEX triplet: 76, 82 and 26. RGB value is (118,130,38). Sum of RGB (Red+Green+Blue) = 118+130+38=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #768226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768226 is #897DD9. Grayscale: #747474. Windows color (decimal): -9010650 or 2523766. OLE color: 2523766.

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

Color convert

RGB11813038-
CMYK0.0900.710.49
HSL67.83º54.76%32.94%-
HSV(B)67.83º70.77%50.98%-
XYZ15.819.964.85-
YUV115.9284.02129.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.26%
GREEN value IS 130 (51.17% from 255) = 45.45%
BLUE value IS 38 (15.23% from 255) = 13.29%
R=41.26%
G=45.45%
B=13.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118130380.0900.710.4967.8354.7632.94
Hex768226904731443721
Octal16620246110107611046741
Binary1110110100000101001101001010001111100011000100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768226; }

 p { color: rgb(118,130,38); }

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

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

 a { background-color: rgb(118,130,38); }

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

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

 span { border-color: rgb(118,130,38); }

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