#769938

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

Shades of Sushi #769938

Tints of Sushi #769938

Color information

#769938 (or 0x769938) is unknown color: approx Sushi. HEX triplet: 76, 99 and 38. RGB value is (118,153,56). Sum of RGB (Red+Green+Blue) = 118+153+56=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #769938 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769938 is #8966C7. Grayscale: #838383. Windows color (decimal): -9004744 or 3709302. OLE color: 3709302.

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

Color convert

RGB11815356-
CMYK0.2300.630.4
HSL81.65º46.41%40.98%-
HSV(B)81.65º63.4%60%-
XYZ19.5826.927.91-
YUV131.4885.4118.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 153 (60.16% from 255) = 46.79%
BLUE value IS 56 (22.27% from 255) = 17.13%
R=36.09%
G=46.79%
B=17.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118153560.2300.630.481.6546.4140.98
Hex7699381703F28522e29
Octal1662317027077501225651
Binary1110110100110011110001011101111111010001010010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769938; }

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

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

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

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

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

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

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

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