#75993E

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

Shades of Sushi #75993E

Tints of Sushi #75993E

Color information

#75993E (or 0x75993E) is unknown color: approx Sushi. HEX triplet: 75, 99 and 3E. RGB value is (117,153,62). Sum of RGB (Red+Green+Blue) = 117+153+62=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #75993E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75993E is #8A66C1. Grayscale: #848484. Windows color (decimal): -9070274 or 4102517. OLE color: 4102517.

HSL color Cylindrical-coordinate representation of color #75993E: hue angle of 83.74º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75993E is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB11715362-
CMYK0.2400.590.4
HSL83.74º42.33%42.16%-
HSV(B)83.74º59.48%60%-
XYZ19.626.918.72-
YUV131.8688.57117.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 153 (60.16% from 255) = 46.08%
BLUE value IS 62 (24.61% from 255) = 18.67%
R=35.24%
G=46.08%
B=18.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117153620.2400.590.483.7442.3342.16
Hex75993E1803B28542a2a
Octal1652317630073501245252
Binary1110101100110011111101100001110111010001010100101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75993E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75993E; }

 p { color: rgb(117,153,62); }

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

<style>
 a { background-color: #75993E; }

 a { background-color: rgb(117,153,62); }

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

<style>
 span { border-color: #75993E; }

 span { border-color: rgb(117,153,62); }

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