#769726

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

Shades of Sushi #769726

Tints of Sushi #769726

Color information

#769726 (or 0x769726) is unknown color: approx Sushi. HEX triplet: 76, 97 and 26. RGB value is (118,151,38). Sum of RGB (Red+Green+Blue) = 118+151+38=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #769726 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769726 is #8968D9. Grayscale: #808080. Windows color (decimal): -9005274 or 2529142. OLE color: 2529142.

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

Color convert

RGB11815138-
CMYK0.2200.750.41
HSL77.52º59.79%37.06%-
HSV(B)77.52º74.83%59.22%-
XYZ18.8926.125.88-
YUV128.2577.07120.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 151 (59.38% from 255) = 49.19%
BLUE value IS 38 (15.23% from 255) = 12.38%
R=38.44%
G=49.19%
B=12.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118151380.2200.750.4177.5259.7937.06
Hex7697261604B294e3c25
Octal16622746260113511167445
Binary11101101001011110011010110010010111010011001110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769726; }

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

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

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

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

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

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

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

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