#71933C

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

Shades of Sushi #71933C

Tints of Sushi #71933C

Color information

#71933C (or 0x71933C) is unknown color: approx Sushi. HEX triplet: 71, 93 and 3C. RGB value is (113,147,60). Sum of RGB (Red+Green+Blue) = 113+147+60=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #71933C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71933C is #8E6CC3. Grayscale: #7F7F7F. Windows color (decimal): -9333956 or 3969905. OLE color: 3969905.

HSL color Cylindrical-coordinate representation of color #71933C: hue angle of 83.45º degrees, saturation: 0.42, 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 #71933C is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB11314760-
CMYK0.2300.590.42
HSL83.45º42.03%40.59%-
HSV(B)83.45º59.18%57.65%-
XYZ18.0624.78.09-
YUV126.9290.24118.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.31%
GREEN value IS 147 (57.81% from 255) = 45.94%
BLUE value IS 60 (23.83% from 255) = 18.75%
R=35.31%
G=45.94%
B=18.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113147600.2300.590.4283.4542.0340.59
Hex71933C1703B2A532a29
Octal1612237427073521235251
Binary1110001100100111111001011101110111010101010011101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71933C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,147,60); }

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

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

 a { background-color: rgb(113,147,60); }

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

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

 span { border-color: rgb(113,147,60); }

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