#749933

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

Shades of Sushi #749933

Tints of Sushi #749933

Color information

#749933 (or 0x749933) is unknown color: approx Sushi. HEX triplet: 74, 99 and 33. RGB value is (116,153,51). Sum of RGB (Red+Green+Blue) = 116+153+51=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #749933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749933 is #8B66CC. Grayscale: #828282. Windows color (decimal): -9135821 or 3381620. OLE color: 3381620.

HSL color Cylindrical-coordinate representation of color #749933: hue angle of 81.76º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #749933 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB11615351-
CMYK0.2400.670.4
HSL81.76º50%40%-
HSV(B)81.76º66.67%60%-
XYZ19.1926.737.28-
YUV130.3183.24117.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.25%
GREEN value IS 153 (60.16% from 255) = 47.81%
BLUE value IS 51 (20.31% from 255) = 15.94%
R=36.25%
G=47.81%
B=15.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116153510.2400.670.481.765040
Hex7499331804328523228
Octal16423163300103501226250
Binary11101001001100111001111000010000111010001010010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749933; }

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

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

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

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

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

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

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

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