#75A535

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

Shades of Sushi #75A535

Tints of Sushi #75A535

Color information

#75A535 (or 0x75A535) is unknown color: approx Sushi. HEX triplet: 75, A5 and 35. RGB value is (117,165,53). Sum of RGB (Red+Green+Blue) = 117+165+53=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 165 (64.84% from 255 or 49.25% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 165 - color contains mainly: green. Hex color #75A535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A535 is #8A5ACA. Grayscale: #8A8A8A. Windows color (decimal): -9067211 or 3515765. OLE color: 3515765.

HSL color Cylindrical-coordinate representation of color #75A535: hue angle of 85.71º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75A535 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB11716553-
CMYK0.2900.680.35
HSL85.71º51.38%42.75%-
HSV(B)85.71º67.88%64.71%-
XYZ21.4330.958.21-
YUV137.8880.1113.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.93%
GREEN value IS 165 (64.84% from 255) = 49.25%
BLUE value IS 53 (21.09% from 255) = 15.82%
R=34.93%
G=49.25%
B=15.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal117165530.2900.680.3585.7151.3842.75
Hex75A5351D0442356332b
Octal16524565350104431266353
Binary11101011010010111010111101010001001000111010110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75A535; }

 p { color: rgb(117,165,53); }

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

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

 a { background-color: rgb(117,165,53); }

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

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

 span { border-color: rgb(117,165,53); }

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