#759B3D

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

Shades of Sushi #759B3D

Tints of Sushi #759B3D

Color information

#759B3D (or 0x759B3D) is unknown color: approx Sushi. HEX triplet: 75, 9B and 3D. RGB value is (117,155,61). Sum of RGB (Red+Green+Blue) = 117+155+61=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #759B3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759B3D is #8A64C2. Grayscale: #858585. Windows color (decimal): -9069763 or 4037493. OLE color: 4037493.

HSL color Cylindrical-coordinate representation of color #759B3D: hue angle of 84.26º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #759B3D is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB11715561-
CMYK0.2500.610.39
HSL84.26º43.52%42.35%-
HSV(B)84.26º60.65%60.78%-
XYZ19.927.568.69-
YUV132.9287.41116.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 155 (60.94% from 255) = 46.55%
BLUE value IS 61 (24.22% from 255) = 18.32%
R=35.14%
G=46.55%
B=18.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117155610.2500.610.3984.2643.5242.35
Hex759B3D1903D27542c2a
Octal1652337531075471245452
Binary1110101100110111111011100101111011001111010100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759B3D; }

 p { color: rgb(117,155,61); }

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

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

 a { background-color: rgb(117,155,61); }

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

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

 span { border-color: rgb(117,155,61); }

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