#70A13D

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

Shades of Sushi #70A13D

Tints of Sushi #70A13D

Color information

#70A13D (or 0x70A13D) is unknown color: approx Sushi. HEX triplet: 70, A1 and 3D. RGB value is (112,161,61). Sum of RGB (Red+Green+Blue) = 112+161+61=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 161 - color contains mainly: green. Hex color #70A13D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A13D is #8F5EC2. Grayscale: #878787. Windows color (decimal): -9395907 or 4039024. OLE color: 4039024.

HSL color Cylindrical-coordinate representation of color #70A13D: hue angle of 89.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70A13D is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB11216161-
CMYK0.3000.620.37
HSL89.4º45.05%43.53%-
HSV(B)89.4º62.11%63.14%-
XYZ20.2729.279-
YUV134.9586.27111.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.53%
GREEN value IS 161 (63.28% from 255) = 48.20%
BLUE value IS 61 (24.22% from 255) = 18.26%
R=33.53%
G=48.20%
B=18.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal112161610.3000.620.3789.445.0543.53
Hex70A13D1E03E25592d2c
Octal1602417536076451315554
Binary1110000101000011111011111001111101001011011001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70A13D; }

 p { color: rgb(112,161,61); }

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

<style>
 a { background-color: #70A13D; }

 a { background-color: rgb(112,161,61); }

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

<style>
 span { border-color: #70A13D; }

 span { border-color: rgb(112,161,61); }

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