#749633

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

Shades of Sushi #749633

Tints of Sushi #749633

Color information

#749633 (or 0x749633) is unknown color: approx Sushi. HEX triplet: 74, 96 and 33. RGB value is (116,150,51). Sum of RGB (Red+Green+Blue) = 116+150+51=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #749633 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749633 is #8B69CC. Grayscale: #808080. Windows color (decimal): -9136589 or 3380852. OLE color: 3380852.

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

Color convert

RGB11615051-
CMYK0.2300.660.41
HSL80.61º49.25%39.41%-
HSV(B)80.61º66%58.82%-
XYZ18.7125.767.12-
YUV128.5584.24119.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 150 (58.98% from 255) = 47.32%
BLUE value IS 51 (20.31% from 255) = 16.09%
R=36.59%
G=47.32%
B=16.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116150510.2300.660.4180.6149.2539.41
Hex7496331704229513127
Octal16422663270102511216147
Binary11101001001011011001110111010000101010011010001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749633; }

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

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

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

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

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

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

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

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