#769844

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

Shades of Sushi #769844

Tints of Sushi #769844

Color information

#769844 (or 0x769844) is unknown color: approx Sushi. HEX triplet: 76, 98 and 44. RGB value is (118,152,68). Sum of RGB (Red+Green+Blue) = 118+152+68=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #769844 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769844 is #8967BB. Grayscale: #848484. Windows color (decimal): -9004988 or 4495478. OLE color: 4495478.

HSL color Cylindrical-coordinate representation of color #769844: hue angle of 84.29º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #769844 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB11815268-
CMYK0.2200.550.40
HSL84.29º38.18%43.14%-
HSV(B)84.29º55.26%59.61%-
XYZ19.7426.739.59-
YUV132.2691.74117.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.91%
GREEN value IS 152 (59.77% from 255) = 44.97%
BLUE value IS 68 (26.95% from 255) = 20.12%
R=34.91%
G=44.97%
B=20.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118152680.2200.550.4084.2938.1843.14
Hex769844160372854262b
Octal16623010426067501244653
Binary11101101001100010001001011001101111010001010100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769844; }

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

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

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

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

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

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

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

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