#71963F

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

Shades of Sushi #71963F

Tints of Sushi #71963F

Color information

#71963F (or 0x71963F) is unknown color: approx Sushi. HEX triplet: 71, 96 and 3F. RGB value is (113,150,63). Sum of RGB (Red+Green+Blue) = 113+150+63=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #71963F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71963F is #8E69C0. Grayscale: #818181. Windows color (decimal): -9333185 or 4167281. OLE color: 4167281.

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

Color convert

RGB11315063-
CMYK0.2500.580.41
HSL85.52º40.85%41.76%-
HSV(B)85.52º58%58.82%-
XYZ18.6125.688.68-
YUV129.0290.74116.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 63 (25% from 255) = 19.33%
R=34.66%
G=46.01%
B=19.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal113150630.2500.580.4185.5240.8541.76
Hex71963F1903A2956292a
Octal1612267731072511265152
Binary1110001100101101111111100101110101010011010110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71963F; }

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

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

<style>
 a { background-color: #71963F; }

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

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

<style>
 span { border-color: #71963F; }

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

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