#75933f

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

Shades of Sushi #75933F

Tints of Sushi #75933F

Color information

#75933F (or 0x75933F) is unknown color: approx Sushi. HEX triplet: 75, 93 and 3F. RGB value is (117,147,63). Sum of RGB (Red+Green+Blue) = 117+147+63=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #75933F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75933F is #8A6CC0. Grayscale: #808080. Windows color (decimal): -9071809 or 4166517. OLE color: 4166517.

HSL color Cylindrical-coordinate representation of color #75933F: hue angle of 81.43º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75933F is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB11714763-
CMYK0.2000.570.42
HSL81.43º40%41.18%-
HSV(B)81.43º57.14%57.65%-
XYZ18.6725.018.55-
YUV128.4591.06119.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 147 (57.81% from 255) = 44.95%
BLUE value IS 63 (25% from 255) = 19.27%
R=35.78%
G=44.95%
B=19.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117147630.2000.570.4281.434041.18
Hex75933F140392A512829
Octal1652237724071521215051
Binary1110101100100111111111010001110011010101010001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75933f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75933f; }

 p { color: rgb(117,147,63); }

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

<style>
 a { background-color: #75933f; }

 a { background-color: rgb(117,147,63); }

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

<style>
 span { border-color: #75933f; }

 span { border-color: rgb(117,147,63); }

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