#75962E

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

Shades of Sushi #75962E

Tints of Sushi #75962E

Color information

#75962E (or 0x75962E) is unknown color: approx Sushi. HEX triplet: 75, 96 and 2E. RGB value is (117,150,46). Sum of RGB (Red+Green+Blue) = 117+150+46=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #75962E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75962E is #8A69D1. Grayscale: #808080. Windows color (decimal): -9071058 or 3053173. OLE color: 3053173.

HSL color Cylindrical-coordinate representation of color #75962E: hue angle of 79.04º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75962E is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB11715046-
CMYK0.2200.690.41
HSL79.04º53.06%38.43%-
HSV(B)79.04º69.33%58.82%-
XYZ18.7425.796.58-
YUV128.2881.57119.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 150 (58.98% from 255) = 47.92%
BLUE value IS 46 (18.36% from 255) = 14.70%
R=37.38%
G=47.92%
B=14.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117150460.2200.690.4179.0453.0638.43
Hex75962E16045294f3526
Octal16522656260105511176546
Binary11101011001011010111010110010001011010011001111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75962E; }

 p { color: rgb(117,150,46); }

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

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

 a { background-color: rgb(117,150,46); }

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

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

 span { border-color: rgb(117,150,46); }

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