#75933D

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

Shades of Sushi #75933D

Tints of Sushi #75933D

Color information

#75933D (or 0x75933D) is unknown color: approx Sushi. HEX triplet: 75, 93 and 3D. RGB value is (117,147,61). Sum of RGB (Red+Green+Blue) = 117+147+61=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #75933D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75933D is #8A6CC2. Grayscale: #808080. Windows color (decimal): -9071811 or 4035445. OLE color: 4035445.

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

Color convert

RGB11714761-
CMYK0.2000.590.42
HSL80.93º41.35%40.78%-
HSV(B)80.93º58.5%57.65%-
XYZ18.6124.998.26-
YUV128.2390.06119.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36%
GREEN value IS 147 (57.81% from 255) = 45.23%
BLUE value IS 61 (24.22% from 255) = 18.77%
R=36%
G=45.23%
B=18.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117147610.2000.590.4280.9341.3540.78
Hex75933D1403B2A512929
Octal1652237524073521215151
Binary1110101100100111111011010001110111010101010001101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75933D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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