#75AB38

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

Shades of Sushi #75AB38

Tints of Sushi #75AB38

Color information

#75AB38 (or 0x75AB38) is unknown color: approx Sushi. HEX triplet: 75, AB and 38. RGB value is (117,171,56). Sum of RGB (Red+Green+Blue) = 117+171+56=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB38 is #8A54C7. Grayscale: #8E8E8E. Windows color (decimal): -9065672 or 3713909. OLE color: 3713909.

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

Color convert

RGB11717156-
CMYK0.3200.670.33
HSL88.17º50.66%44.51%-
HSV(B)88.17º67.25%67.06%-
XYZ22.6133.198.96-
YUV141.7479.61110.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.01%
GREEN value IS 171 (67.19% from 255) = 49.71%
BLUE value IS 56 (22.27% from 255) = 16.28%
R=34.01%
G=49.71%
B=16.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117171560.3200.670.3388.1750.6644.51
Hex75AB38200432158332d
Octal16525370400103411306355
Binary111010110101011111000100000010000111000011011000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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