#75983C

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

Shades of Sushi #75983C

Tints of Sushi #75983C

Color information

#75983C (or 0x75983C) is unknown color: approx Sushi. HEX triplet: 75, 98 and 3C. RGB value is (117,152,60). Sum of RGB (Red+Green+Blue) = 117+152+60=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #75983C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75983C is #8A67C3. Grayscale: #838383. Windows color (decimal): -9070532 or 3971189. OLE color: 3971189.

HSL color Cylindrical-coordinate representation of color #75983C: hue angle of 82.83º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75983C is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB11715260-
CMYK0.2300.610.40
HSL82.83º43.4%41.57%-
HSV(B)82.83º60.53%59.61%-
XYZ19.3826.568.38-
YUV131.0587.9117.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 152 (59.77% from 255) = 46.20%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=35.56%
G=46.20%
B=18.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117152600.2300.610.4082.8343.441.57
Hex75983C1703D28532b2a
Octal1652307427075501235352
Binary1110101100110001111001011101111011010001010011101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75983C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75983C; }

 p { color: rgb(117,152,60); }

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

<style>
 a { background-color: #75983C; }

 a { background-color: rgb(117,152,60); }

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

<style>
 span { border-color: #75983C; }

 span { border-color: rgb(117,152,60); }

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