#75A133

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

Shades of Sushi #75A133

Tints of Sushi #75A133

Color information

#75A133 (or 0x75A133) is unknown color: approx Sushi. HEX triplet: 75, A1 and 33. RGB value is (117,161,51). Sum of RGB (Red+Green+Blue) = 117+161+51=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 161 (63.28% from 255 or 48.94% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 161 - color contains mainly: green. Hex color #75A133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A133 is #8A5ECC. Grayscale: #878787. Windows color (decimal): -9068237 or 3383669. OLE color: 3383669.

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

Color convert

RGB11716151-
CMYK0.2700.680.37
HSL84º51.89%41.57%-
HSV(B)84º68.32%63.14%-
XYZ20.6829.517.74-
YUV135.380.42114.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 161 (63.28% from 255) = 48.94%
BLUE value IS 51 (20.31% from 255) = 15.50%
R=35.56%
G=48.94%
B=15.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal117161510.2700.680.378451.8941.57
Hex75A1331B0442554342a
Octal16524163330104451246452
Binary11101011010000111001111011010001001001011010100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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