#71962E

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

Shades of Sushi #71962E

Tints of Sushi #71962E

Color information

#71962E (or 0x71962E) is unknown color: approx Sushi. HEX triplet: 71, 96 and 2E. RGB value is (113,150,46). Sum of RGB (Red+Green+Blue) = 113+150+46=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #71962E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71962E is #8E69D1. Grayscale: #7F7F7F. Windows color (decimal): -9333202 or 3053169. OLE color: 3053169.

HSL color Cylindrical-coordinate representation of color #71962E: hue angle of 81.35º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71962E is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB11315046-
CMYK0.2500.690.41
HSL81.35º53.06%38.43%-
HSV(B)81.35º69.33%58.82%-
XYZ18.2125.526.55-
YUV127.0882.24117.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.57%
GREEN value IS 150 (58.98% from 255) = 48.54%
BLUE value IS 46 (18.36% from 255) = 14.89%
R=36.57%
G=48.54%
B=14.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal113150460.2500.690.4181.3553.0638.43
Hex71962E1904529513526
Octal16122656310105511216546
Binary11100011001011010111011001010001011010011010001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,150,46); }

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

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

 a { background-color: rgb(113,150,46); }

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

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

 span { border-color: rgb(113,150,46); }

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