#75AB36

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

Shades of Sushi #75AB36

Tints of Sushi #75AB36

Color information

#75AB36 (or 0x75AB36) is unknown color: approx Sushi. HEX triplet: 75, AB and 36. RGB value is (117,171,54). Sum of RGB (Red+Green+Blue) = 117+171+54=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 171 (67.19% from 255 or 50% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB36 is #8A54C9. Grayscale: #8D8D8D. Windows color (decimal): -9065674 or 3582837. OLE color: 3582837.

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

Color convert

RGB11717154-
CMYK0.3200.680.33
HSL87.69º52%44.12%-
HSV(B)87.69º68.42%67.06%-
XYZ22.5633.178.7-
YUV141.5278.61110.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.21%
GREEN value IS 171 (67.19% from 255) = 50%
BLUE value IS 54 (21.48% from 255) = 15.79%
R=34.21%
G=50%
B=15.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117171540.3200.680.3387.695244.12
Hex75AB36200442158342c
Octal16525366400104411306454
Binary111010110101011110110100000010001001000011011000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,171,54); }

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

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

 a { background-color: rgb(117,171,54); }

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

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

 span { border-color: rgb(117,171,54); }

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