#759034

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

Shades of Sushi #759034

Tints of Sushi #759034

Color information

#759034 (or 0x759034) is unknown color: approx Sushi. HEX triplet: 75, 90 and 34. RGB value is (117,144,52). Sum of RGB (Red+Green+Blue) = 117+144+52=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #759034 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759034 is #8A6FCB. Grayscale: #7D7D7D. Windows color (decimal): -9072588 or 3444853. OLE color: 3444853.

HSL color Cylindrical-coordinate representation of color #759034: hue angle of 77.61º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #759034 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB11714452-
CMYK0.1900.640.44
HSL77.61º46.94%38.43%-
HSV(B)77.61º63.89%56.47%-
XYZ17.9323.986.93-
YUV125.4486.55121.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 52 (20.70% from 255) = 16.61%
R=37.38%
G=46.01%
B=16.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117144520.1900.640.4477.6146.9438.43
Hex759034130402C4e2f26
Octal16522064230100541165746
Binary11101011001000011010010011010000001011001001110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759034; }

 p { color: rgb(117,144,52); }

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

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

 a { background-color: rgb(117,144,52); }

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

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

 span { border-color: rgb(117,144,52); }

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