#759828

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

Shades of Sushi #759828

Tints of Sushi #759828

Color information

#759828 (or 0x759828) is unknown color: approx Sushi. HEX triplet: 75, 98 and 28. RGB value is (117,152,40). Sum of RGB (Red+Green+Blue) = 117+152+40=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #759828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759828 is #8A67D7. Grayscale: #818181. Windows color (decimal): -9070552 or 2660469. OLE color: 2660469.

HSL color Cylindrical-coordinate representation of color #759828: hue angle of 78.75º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #759828 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB11715240-
CMYK0.2300.740.40
HSL78.75º58.33%37.65%-
HSV(B)78.75º73.68%59.61%-
XYZ18.9526.396.1-
YUV128.7777.9119.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 152 (59.77% from 255) = 49.19%
BLUE value IS 40 (16.02% from 255) = 12.94%
R=37.86%
G=49.19%
B=12.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117152400.2300.740.4078.7558.3337.65
Hex7598281704A284f3a26
Octal16523050270112501177246
Binary11101011001100010100010111010010101010001001111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759828; }

 p { color: rgb(117,152,40); }

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

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

 a { background-color: rgb(117,152,40); }

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

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

 span { border-color: rgb(117,152,40); }

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