#749744

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

Shades of Sushi #749744

Tints of Sushi #749744

Color information

#749744 (or 0x749744) is unknown color: approx Sushi. HEX triplet: 74, 97 and 44. RGB value is (116,151,68). Sum of RGB (Red+Green+Blue) = 116+151+68=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 151 - color contains mainly: green. Hex color #749744 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749744 is #8B68BB. Grayscale: #838383. Windows color (decimal): -9136316 or 4495220. OLE color: 4495220.

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

Color convert

RGB11615168-
CMYK0.2300.550.41
HSL85.3º37.9%42.94%-
HSV(B)85.3º54.97%59.22%-
XYZ19.3126.269.52-
YUV131.0792.4117.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.63%
GREEN value IS 151 (59.38% from 255) = 45.07%
BLUE value IS 68 (26.95% from 255) = 20.30%
R=34.63%
G=45.07%
B=20.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116151680.2300.550.4185.337.942.94
Hex749744170372955262b
Octal16422710427067511254653
Binary11101001001011110001001011101101111010011010101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749744; }

 p { color: rgb(116,151,68); }

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

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

 a { background-color: rgb(116,151,68); }

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

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

 span { border-color: rgb(116,151,68); }

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