#769244

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

Shades of Sushi #769244

Tints of Sushi #769244

Color information

#769244 (or 0x769244) is unknown color: approx Sushi. HEX triplet: 76, 92 and 44. RGB value is (118,146,68). Sum of RGB (Red+Green+Blue) = 118+146+68=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #769244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769244 is #896DBB. Grayscale: #818181. Windows color (decimal): -9006524 or 4493942. OLE color: 4493942.

HSL color Cylindrical-coordinate representation of color #769244: hue angle of 81.54º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #769244 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.

Color convert

RGB11814668-
CMYK0.1900.530.43
HSL81.54º36.45%41.96%-
HSV(B)81.54º53.42%57.25%-
XYZ18.7924.839.27-
YUV128.7493.72120.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 146 (57.42% from 255) = 43.98%
BLUE value IS 68 (26.95% from 255) = 20.48%
R=35.54%
G=43.98%
B=20.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118146680.1900.530.4381.5436.4541.96
Hex769244130352B52242a
Octal16622210423065531224452
Binary11101101001001010001001001101101011010111010010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769244; }

 p { color: rgb(118,146,68); }

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

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

 a { background-color: rgb(118,146,68); }

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

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

 span { border-color: rgb(118,146,68); }

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