#769037

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

Shades of Sushi #769037

Tints of Sushi #769037

Color information

#769037 (or 0x769037) is unknown color: approx Sushi. HEX triplet: 76, 90 and 37. RGB value is (118,144,55). Sum of RGB (Red+Green+Blue) = 118+144+55=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #769037 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769037 is #896FC8. Grayscale: #7E7E7E. Windows color (decimal): -9007049 or 3641462. OLE color: 3641462.

HSL color Cylindrical-coordinate representation of color #769037: hue angle of 77.53º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #769037 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB11814455-
CMYK0.1800.620.44
HSL77.53º44.72%39.02%-
HSV(B)77.53º61.81%56.47%-
XYZ18.1324.077.31-
YUV126.0887.89122.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 144 (56.64% from 255) = 45.43%
BLUE value IS 55 (21.88% from 255) = 17.35%
R=37.22%
G=45.43%
B=17.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118144550.1800.620.4477.5344.7239.02
Hex7690371203E2C4e2d27
Octal1662206722076541165547
Binary1110110100100001101111001001111101011001001110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769037; }

 p { color: rgb(118,144,55); }

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

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

 a { background-color: rgb(118,144,55); }

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

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

 span { border-color: rgb(118,144,55); }

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