#75a135

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

Shades of Sushi #75A135

Tints of Sushi #75A135

Color information

#75A135 (or 0x75A135) is unknown color: approx Sushi. HEX triplet: 75, A1 and 35. RGB value is (117,161,53). Sum of RGB (Red+Green+Blue) = 117+161+53=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 161 (63.28% from 255 or 48.64% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 161 - color contains mainly: green. Hex color #75A135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A135 is #8A5ECA. Grayscale: #878787. Windows color (decimal): -9068235 or 3514741. OLE color: 3514741.

HSL color Cylindrical-coordinate representation of color #75A135: hue angle of 84.44º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75A135 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB11716153-
CMYK0.2700.670.37
HSL84.44º50.47%41.96%-
HSV(B)84.44º67.08%63.14%-
XYZ20.7229.537.98-
YUV135.5381.42114.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.35%
GREEN value IS 161 (63.28% from 255) = 48.64%
BLUE value IS 53 (21.09% from 255) = 16.01%
R=35.35%
G=48.64%
B=16.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal117161530.2700.670.3784.4450.4741.96
Hex75A1351B0432554322a
Octal16524165330103451246252
Binary11101011010000111010111011010000111001011010100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75a135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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