#70903C

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

Shades of Sushi #70903C

Tints of Sushi #70903C

Color information

#70903C (or 0x70903C) is unknown color: approx Sushi. HEX triplet: 70, 90 and 3C. RGB value is (112,144,60). Sum of RGB (Red+Green+Blue) = 112+144+60=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #70903C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70903C is #8F6FC3. Grayscale: #7D7D7D. Windows color (decimal): -9400260 or 3969136. OLE color: 3969136.

HSL color Cylindrical-coordinate representation of color #70903C: hue angle of 82.86º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70903C is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB11214460-
CMYK0.2200.580.44
HSL82.86º41.18%40%-
HSV(B)82.86º58.33%56.47%-
XYZ17.4723.727.93-
YUV124.8691.4118.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.44%
GREEN value IS 144 (56.64% from 255) = 45.57%
BLUE value IS 60 (23.83% from 255) = 18.99%
R=35.44%
G=45.57%
B=18.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112144600.2200.580.4482.8641.1840
Hex70903C1603A2C532928
Octal1602207426072541235150
Binary1110000100100001111001011001110101011001010011101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70903C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,144,60); }

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

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

 a { background-color: rgb(112,144,60); }

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

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

 span { border-color: rgb(112,144,60); }

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