#769339

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

Shades of Sushi #769339

Tints of Sushi #769339

Color information

#769339 (or 0x769339) is unknown color: approx Sushi. HEX triplet: 76, 93 and 39. RGB value is (118,147,57). Sum of RGB (Red+Green+Blue) = 118+147+57=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 147 - color contains mainly: green. Hex color #769339 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769339 is #896CC6. Grayscale: #808080. Windows color (decimal): -9006279 or 3773302. OLE color: 3773302.

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

Color convert

RGB11814757-
CMYK0.2000.610.42
HSL79.33º44.12%40%-
HSV(B)79.33º61.22%57.65%-
XYZ18.6425.017.72-
YUV128.0787.89120.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.65%
GREEN value IS 147 (57.81% from 255) = 45.65%
BLUE value IS 57 (22.66% from 255) = 17.70%
R=36.65%
G=45.65%
B=17.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118147570.2000.610.4279.3344.1240
Hex7693391403D2A4f2c28
Octal1662237124075521175450
Binary1110110100100111110011010001111011010101001111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769339; }

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

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

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

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

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

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

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

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