#71983D

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

Shades of Sushi #71983D

Tints of Sushi #71983D

Color information

#71983D (or 0x71983D) is unknown color: approx Sushi. HEX triplet: 71, 98 and 3D. RGB value is (113,152,61). Sum of RGB (Red+Green+Blue) = 113+152+61=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #71983D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71983D is #8E67C2. Grayscale: #828282. Windows color (decimal): -9332675 or 4036721. OLE color: 4036721.

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

Color convert

RGB11315261-
CMYK0.2600.600.40
HSL85.71º42.72%41.76%-
HSV(B)85.71º59.87%59.61%-
XYZ18.8826.38.5-
YUV129.9689.08115.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 152 (59.77% from 255) = 46.63%
BLUE value IS 61 (24.22% from 255) = 18.71%
R=34.66%
G=46.63%
B=18.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113152610.2600.600.4085.7142.7241.76
Hex71983D1A03C28562b2a
Octal1612307532074501265352
Binary1110001100110001111011101001111001010001010110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71983D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,152,61); }

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

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

 a { background-color: rgb(113,152,61); }

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

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

 span { border-color: rgb(113,152,61); }

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