#75AF39

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

Shades of Sushi #75AF39

Tints of Sushi #75AF39

Color information

#75AF39 (or 0x75AF39) is unknown color: approx Sushi. HEX triplet: 75, AF and 39. RGB value is (117,175,57). Sum of RGB (Red+Green+Blue) = 117+175+57=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 57 (22.66% from 255 or 16.33% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AF39 is #8A50C6. Grayscale: #909090. Windows color (decimal): -9064647 or 3780469. OLE color: 3780469.

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

Color convert

RGB11717557-
CMYK0.3300.670.31
HSL89.49º50.86%45.49%-
HSV(B)89.49º67.43%68.63%-
XYZ23.434.749.34-
YUV144.2178.78108.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 175 (68.75% from 255) = 50.14%
BLUE value IS 57 (22.66% from 255) = 16.33%
R=33.52%
G=50.14%
B=16.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117175570.3300.670.3189.4950.8645.49
Hex75AF39210431F59332d
Octal16525771410103371316355
Binary11101011010111111100110000101000011111111011001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,175,57); }

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

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

 a { background-color: rgb(117,175,57); }

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

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

 span { border-color: rgb(117,175,57); }

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