#769537

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

Shades of Sushi #769537

Tints of Sushi #769537

Color information

#769537 (or 0x769537) is unknown color: approx Sushi. HEX triplet: 76, 95 and 37. RGB value is (118,149,55). Sum of RGB (Red+Green+Blue) = 118+149+55=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #769537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769537 is #896AC8. Grayscale: #818181. Windows color (decimal): -9005769 or 3642742. OLE color: 3642742.

HSL color Cylindrical-coordinate representation of color #769537: hue angle of 79.79º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #769537 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB11814955-
CMYK0.2100.630.42
HSL79.79º46.08%40%-
HSV(B)79.79º63.09%58.43%-
XYZ18.9125.627.56-
YUV129.0186.23120.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.65%
GREEN value IS 149 (58.59% from 255) = 46.27%
BLUE value IS 55 (21.88% from 255) = 17.08%
R=36.65%
G=46.27%
B=17.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118149550.2100.630.4279.7946.0840
Hex7695371503F2A502e28
Octal1662256725077521205650
Binary1110110100101011101111010101111111010101010000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769537; }

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

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

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

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

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

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

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

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