#769538

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

Shades of Sushi #769538

Tints of Sushi #769538

Color information

#769538 (or 0x769538) is unknown color: approx Sushi. HEX triplet: 76, 95 and 38. RGB value is (118,149,56). Sum of RGB (Red+Green+Blue) = 118+149+56=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #769538 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769538 is #896AC7. Grayscale: #818181. Windows color (decimal): -9005768 or 3708278. OLE color: 3708278.

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

Color convert

RGB11814956-
CMYK0.2100.620.42
HSL80º45.37%40.2%-
HSV(B)80º62.42%58.43%-
XYZ18.9325.637.69-
YUV129.1386.73120.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.53%
GREEN value IS 149 (58.59% from 255) = 46.13%
BLUE value IS 56 (22.27% from 255) = 17.34%
R=36.53%
G=46.13%
B=17.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118149560.2100.620.428045.3740.2
Hex7695381503E2A502d28
Octal1662257025076521205550
Binary1110110100101011110001010101111101010101010000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769538; }

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

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

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

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

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

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

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

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