#769828

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

Shades of Sushi #769828

Tints of Sushi #769828

Color information

#769828 (or 0x769828) is unknown color: approx Sushi. HEX triplet: 76, 98 and 28. RGB value is (118,152,40). Sum of RGB (Red+Green+Blue) = 118+152+40=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #769828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769828 is #8967D7. Grayscale: #818181. Windows color (decimal): -9005016 or 2660470. OLE color: 2660470.

HSL color Cylindrical-coordinate representation of color #769828: hue angle of 78.21º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #769828 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB11815240-
CMYK0.2200.740.40
HSL78.21º58.33%37.65%-
HSV(B)78.21º73.68%59.61%-
XYZ19.0826.466.11-
YUV129.0777.74120.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.06%
GREEN value IS 152 (59.77% from 255) = 49.03%
BLUE value IS 40 (16.02% from 255) = 12.90%
R=38.06%
G=49.03%
B=12.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118152400.2200.740.4078.2158.3337.65
Hex7698281604A284e3a26
Octal16623050260112501167246
Binary11101101001100010100010110010010101010001001110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769828; }

 p { color: rgb(118,152,40); }

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

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

 a { background-color: rgb(118,152,40); }

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

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

 span { border-color: rgb(118,152,40); }

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