#75AD37

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

Shades of Sushi #75AD37

Tints of Sushi #75AD37

Color information

#75AD37 (or 0x75AD37) is unknown color: approx Sushi. HEX triplet: 75, AD and 37. RGB value is (117,173,55). Sum of RGB (Red+Green+Blue) = 117+173+55=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AD37 is #8A52C8. Grayscale: #8F8F8F. Windows color (decimal): -9065161 or 3648885. OLE color: 3648885.

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

Color convert

RGB11717355-
CMYK0.3200.680.32
HSL88.47º51.75%44.71%-
HSV(B)88.47º68.21%67.84%-
XYZ22.9733.948.96-
YUV142.878.45109.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 173 (67.97% from 255) = 50.14%
BLUE value IS 55 (21.88% from 255) = 15.94%
R=33.91%
G=50.14%
B=15.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117173550.3200.680.3288.4751.7544.71
Hex75AD37200442058342d
Octal16525567400104401306455
Binary111010110101101110111100000010001001000001011000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,173,55); }

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

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

 a { background-color: rgb(117,173,55); }

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

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

 span { border-color: rgb(117,173,55); }

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