#75952E

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

Shades of Sushi #75952E

Tints of Sushi #75952E

Color information

#75952E (or 0x75952E) is unknown color: approx Sushi. HEX triplet: 75, 95 and 2E. RGB value is (117,149,46). Sum of RGB (Red+Green+Blue) = 117+149+46=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #75952E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75952E is #8A6AD1. Grayscale: #808080. Windows color (decimal): -9071314 or 3052917. OLE color: 3052917.

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

Color convert

RGB11714946-
CMYK0.2100.690.42
HSL78.64º52.82%38.24%-
HSV(B)78.64º69.13%58.43%-
XYZ18.5825.476.52-
YUV127.6981.9120.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 149 (58.59% from 255) = 47.76%
BLUE value IS 46 (18.36% from 255) = 14.74%
R=37.5%
G=47.76%
B=14.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117149460.2100.690.4278.6452.8238.24
Hex75952E150452A4f3526
Octal16522556250105521176546
Binary11101011001010110111010101010001011010101001111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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