#769728

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

Shades of Sushi #769728

Tints of Sushi #769728

Color information

#769728 (or 0x769728) is unknown color: approx Sushi. HEX triplet: 76, 97 and 28. RGB value is (118,151,40). Sum of RGB (Red+Green+Blue) = 118+151+40=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 151 - color contains mainly: green. Hex color #769728 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769728 is #8968D7. Grayscale: #808080. Windows color (decimal): -9005272 or 2660214. OLE color: 2660214.

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

Color convert

RGB11815140-
CMYK0.2200.740.41
HSL77.84º58.12%37.45%-
HSV(B)77.84º73.51%59.22%-
XYZ18.9226.146.06-
YUV128.4878.07120.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 151 (59.38% from 255) = 48.87%
BLUE value IS 40 (16.02% from 255) = 12.94%
R=38.19%
G=48.87%
B=12.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118151400.2200.740.4177.8458.1237.45
Hex7697281604A294e3a25
Octal16622750260112511167245
Binary11101101001011110100010110010010101010011001110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769728; }

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

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

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

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

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

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

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

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