#758F38

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

Shades of Sushi #758F38

Tints of Sushi #758F38

Color information

#758F38 (or 0x758F38) is unknown color: approx Sushi. HEX triplet: 75, 8F and 38. RGB value is (117,143,56). Sum of RGB (Red+Green+Blue) = 117+143+56=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 143 (56.25% from 255 or 45.25% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 143 - color contains mainly: green. Hex color #758F38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758F38 is #8A70C7. Grayscale: #7D7D7D. Windows color (decimal): -9072840 or 3706741. OLE color: 3706741.

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

Color convert

RGB11714356-
CMYK0.1800.610.44
HSL77.93º43.72%39.02%-
HSV(B)77.93º60.84%56.08%-
XYZ17.8723.717.38-
YUV125.3188.89122.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 143 (56.25% from 255) = 45.25%
BLUE value IS 56 (22.27% from 255) = 17.72%
R=37.03%
G=45.25%
B=17.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117143560.1800.610.4477.9343.7239.02
Hex758F381203D2C4e2c27
Octal1652177022075541165447
Binary1110101100011111110001001001111011011001001110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758F38; }

 p { color: rgb(117,143,56); }

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

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

 a { background-color: rgb(117,143,56); }

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

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

 span { border-color: rgb(117,143,56); }

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