#75A13D

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

Shades of Sushi #75A13D

Tints of Sushi #75A13D

Color information

#75A13D (or 0x75A13D) is unknown color: approx Sushi. HEX triplet: 75, A1 and 3D. RGB value is (117,161,61). Sum of RGB (Red+Green+Blue) = 117+161+61=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #75A13D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A13D is #8A5EC2. Grayscale: #888888. Windows color (decimal): -9068227 or 4039029. OLE color: 4039029.

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

Color convert

RGB11716161-
CMYK0.2700.620.37
HSL86.4º45.05%43.53%-
HSV(B)86.4º62.11%63.14%-
XYZ20.9229.619.03-
YUV136.4485.42114.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 161 (63.28% from 255) = 47.49%
BLUE value IS 61 (24.22% from 255) = 17.99%
R=34.51%
G=47.49%
B=17.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal117161610.2700.620.3786.445.0543.53
Hex75A13D1B03E25562d2c
Octal1652417533076451265554
Binary1110101101000011111011101101111101001011010110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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