#769D26

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

Shades of Sushi #769D26

Tints of Sushi #769D26

Color information

#769D26 (or 0x769D26) is unknown color: approx Sushi. HEX triplet: 76, 9D and 26. RGB value is (118,157,38). Sum of RGB (Red+Green+Blue) = 118+157+38=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #769D26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769D26 is #8962D9. Grayscale: #848484. Windows color (decimal): -9003738 or 2530678. OLE color: 2530678.

HSL color Cylindrical-coordinate representation of color #769D26: hue angle of 79.66º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #769D26 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.38.

Color convert

RGB11815738-
CMYK0.2500.760.38
HSL79.66º61.03%38.24%-
HSV(B)79.66º75.8%61.57%-
XYZ19.8828.116.21-
YUV131.7775.08118.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 157 (61.72% from 255) = 50.16%
BLUE value IS 38 (15.23% from 255) = 12.14%
R=37.70%
G=50.16%
B=12.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118157380.2500.760.3879.6661.0338.24
Hex769D261904C26503d26
Octal16623546310114461207546
Binary11101101001110110011011001010011001001101010000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769D26; }

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

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

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

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

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

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

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

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