#75AF38

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

Shades of Sushi #75AF38

Tints of Sushi #75AF38

Color information

#75AF38 (or 0x75AF38) is unknown color: approx Sushi. HEX triplet: 75, AF and 38. RGB value is (117,175,56). Sum of RGB (Red+Green+Blue) = 117+175+56=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AF38 is #8A50C7. Grayscale: #909090. Windows color (decimal): -9064648 or 3714933. OLE color: 3714933.

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

Color convert

RGB11717556-
CMYK0.3300.680.31
HSL89.24º51.52%45.29%-
HSV(B)89.24º68%68.63%-
XYZ23.3834.739.21-
YUV144.0978.28108.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.62%
GREEN value IS 175 (68.75% from 255) = 50.29%
BLUE value IS 56 (22.27% from 255) = 16.09%
R=33.62%
G=50.29%
B=16.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117175560.3300.680.3189.2451.5245.29
Hex75AF38210441F59342d
Octal16525770410104371316455
Binary11101011010111111100010000101000100111111011001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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