#749629

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

Shades of Sushi #749629

Tints of Sushi #749629

Color information

#749629 (or 0x749629) is unknown color: approx Sushi. HEX triplet: 74, 96 and 29. RGB value is (116,150,41). Sum of RGB (Red+Green+Blue) = 116+150+41=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #749629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749629 is #8B69D6. Grayscale: #7F7F7F. Windows color (decimal): -9136599 or 2725492. OLE color: 2725492.

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

Color convert

RGB11615041-
CMYK0.2300.730.41
HSL78.72º57.07%37.45%-
HSV(B)78.72º72.67%58.82%-
XYZ18.5125.696.08-
YUV127.4179.24119.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.79%
GREEN value IS 150 (58.98% from 255) = 48.86%
BLUE value IS 41 (16.41% from 255) = 13.36%
R=37.79%
G=48.86%
B=13.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116150410.2300.730.4178.7257.0737.45
Hex74962917049294f3925
Octal16422651270111511177145
Binary11101001001011010100110111010010011010011001111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749629; }

 p { color: rgb(116,150,41); }

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

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

 a { background-color: rgb(116,150,41); }

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

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

 span { border-color: rgb(116,150,41); }

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