#75A034

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

Shades of Sushi #75A034

Tints of Sushi #75A034

Color information

#75A034 (or 0x75A034) is unknown color: approx Sushi. HEX triplet: 75, A0 and 34. RGB value is (117,160,52). Sum of RGB (Red+Green+Blue) = 117+160+52=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 160 (62.89% from 255 or 48.63% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 160 - color contains mainly: green. Hex color #75A034 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A034 is #8A5FCB. Grayscale: #878787. Windows color (decimal): -9068492 or 3448949. OLE color: 3448949.

HSL color Cylindrical-coordinate representation of color #75A034: hue angle of 83.89º degrees, saturation: 0.51, 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 #75A034 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB11716052-
CMYK0.2700.680.37
HSL83.89º50.94%41.57%-
HSV(B)83.89º67.5%62.75%-
XYZ20.5329.177.8-
YUV134.8381.25115.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 160 (62.89% from 255) = 48.63%
BLUE value IS 52 (20.70% from 255) = 15.81%
R=35.56%
G=48.63%
B=15.81%

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
Decimal117160520.2700.680.3783.8950.9441.57
Hex75A0341B0442554332a
Octal16524064330104451246352
Binary11101011010000011010011011010001001001011010100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,160,52); }

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

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

 a { background-color: rgb(117,160,52); }

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

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

 span { border-color: rgb(117,160,52); }

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