#70963F

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

Shades of Sushi #70963F

Tints of Sushi #70963F

Color information

#70963F (or 0x70963F) is unknown color: approx Sushi. HEX triplet: 70, 96 and 3F. RGB value is (112,150,63). Sum of RGB (Red+Green+Blue) = 112+150+63=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #70963F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70963F is #8F69C0. Grayscale: #818181. Windows color (decimal): -9398721 or 4167280. OLE color: 4167280.

HSL color Cylindrical-coordinate representation of color #70963F: hue angle of 86.21º 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 #70963F is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB11215063-
CMYK0.2500.580.41
HSL86.21º40.85%41.76%-
HSV(B)86.21º58%58.82%-
XYZ18.4925.628.67-
YUV128.7290.91116.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 150 (58.98% from 255) = 46.15%
BLUE value IS 63 (25% from 255) = 19.38%
R=34.46%
G=46.15%
B=19.38%

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
Decimal112150630.2500.580.4186.2140.8541.76
Hex70963F1903A2956292a
Octal1602267731072511265152
Binary1110000100101101111111100101110101010011010110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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