#749943

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

Shades of Sushi #749943

Tints of Sushi #749943

Color information

#749943 (or 0x749943) is unknown color: approx Sushi. HEX triplet: 74, 99 and 43. RGB value is (116,153,67). Sum of RGB (Red+Green+Blue) = 116+153+67=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #749943 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749943 is #8B66BC. Grayscale: #848484. Windows color (decimal): -9135805 or 4430196. OLE color: 4430196.

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

Color convert

RGB11615367-
CMYK0.2400.560.4
HSL85.81º39.09%43.14%-
HSV(B)85.81º56.21%60%-
XYZ19.6126.99.47-
YUV132.1391.24116.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.52%
GREEN value IS 153 (60.16% from 255) = 45.54%
BLUE value IS 67 (26.56% from 255) = 19.94%
R=34.52%
G=45.54%
B=19.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116153670.2400.560.485.8139.0943.14
Hex749943180382856272b
Octal16423110330070501264753
Binary11101001001100110000111100001110001010001010110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749943; }

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

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

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

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

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

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

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

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