#769639

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

Shades of Sushi #769639

Tints of Sushi #769639

Color information

#769639 (or 0x769639) is unknown color: approx Sushi. HEX triplet: 76, 96 and 39. RGB value is (118,150,57). Sum of RGB (Red+Green+Blue) = 118+150+57=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #769639 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769639 is #8969C6. Grayscale: #828282. Windows color (decimal): -9005511 or 3774070. OLE color: 3774070.

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

Color convert

RGB11815057-
CMYK0.2100.620.41
HSL80.65º44.93%40.59%-
HSV(B)80.65º62%58.82%-
XYZ19.1225.967.87-
YUV129.8386.9119.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 150 (58.98% from 255) = 46.15%
BLUE value IS 57 (22.66% from 255) = 17.54%
R=36.31%
G=46.15%
B=17.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118150570.2100.620.4180.6544.9340.59
Hex7696391503E29512d29
Octal1662267125076511215551
Binary1110110100101101110011010101111101010011010001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769639; }

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

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

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

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

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

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

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

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