#75A13C

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

Shades of Sushi #75A13C

Tints of Sushi #75A13C

Color information

#75A13C (or 0x75A13C) is unknown color: approx Sushi. HEX triplet: 75, A1 and 3C. RGB value is (117,161,60). Sum of RGB (Red+Green+Blue) = 117+161+60=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 161 - color contains mainly: green. Hex color #75A13C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A13C is #8A5EC3. Grayscale: #888888. Windows color (decimal): -9068228 or 3973493. OLE color: 3973493.

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

Color convert

RGB11716160-
CMYK0.2700.630.37
HSL86.14º45.7%43.33%-
HSV(B)86.14º62.73%63.14%-
XYZ20.929.68.89-
YUV136.3384.92114.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.62%
GREEN value IS 161 (63.28% from 255) = 47.63%
BLUE value IS 60 (23.83% from 255) = 17.75%
R=34.62%
G=47.63%
B=17.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal117161600.2700.630.3786.1445.743.33
Hex75A13C1B03F25562e2b
Octal1652417433077451265653
Binary1110101101000011111001101101111111001011010110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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