#769338

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

Shades of Sushi #769338

Tints of Sushi #769338

Color information

#769338 (or 0x769338) is unknown color: approx Sushi. HEX triplet: 76, 93 and 38. RGB value is (118,147,56). Sum of RGB (Red+Green+Blue) = 118+147+56=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #769338 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769338 is #896CC7. Grayscale: #808080. Windows color (decimal): -9006280 or 3707766. OLE color: 3707766.

HSL color Cylindrical-coordinate representation of color #769338: hue angle of 79.12º 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 #769338 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB11814756-
CMYK0.2000.620.42
HSL79.12º44.83%39.8%-
HSV(B)79.12º61.9%57.65%-
XYZ18.62257.59-
YUV127.9687.39120.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 147 (57.81% from 255) = 45.79%
BLUE value IS 56 (22.27% from 255) = 17.45%
R=36.76%
G=45.79%
B=17.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118147560.2000.620.4279.1244.8339.8
Hex7693381403E2A4f2d28
Octal1662237024076521175550
Binary1110110100100111110001010001111101010101001111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769338; }

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

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

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

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

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

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

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

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