Html Css Color HEX #70A03A Sushi

📋 copy color: '#70A03A'

red 112 ◦ green 160 ◦ blue 58

#70A03A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #70A03A

Tints of Sushi #70A03A

RGB

 RED value IS 112 (44.14% from 255) = 33.94%

 GREEN value IS 160 (62.89% from 255) = 48.48%

 BLUE value IS 58 (23.05% from 255) = 17.58%

R = 33.94%
G = 48.48%
B = 17.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#70A03A (or 0x70A03A) is known color: Sushi. HEX triplet: 70, A0 and 3A. RGB value is (112,160,58). Sum of RGB (Red+Green+Blue) = 112+160+58=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 160 - color contains mainly: green. Hex color #70A03A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A03A is #8F5FC5. Grayscale: #868686. Windows color (decimal): -9396166 or 3842160. OLE color: 3842160.

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

Color convert

RGB 112 160 58 -
CMYK 0.30 0 0.64 0.37
HSL 88.24º 0.47% 0.43% -
HSV(B) 88.24º 0.64% 0.63% -
XYZ 20.02 28.89 8.52 -
YUV 134.02 85.1 112.29 -
System Red Green Blue C M Y K H S L
Decimal 112 160 58 0.30 0 0.64 0.37 88.24 0.47 0.43
Hex 70 A0 3A 1E 0 40 25 58 2F 2B
Octal 160 240 72 36 0 100 45 130 57 53
Binary 1110000 10100000 111010 11110 0 1000000 100101 1011000 101111 101011

Color Harmonies of #70A03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A03A

Black with #70A03A

Text Example


Text Example

White with #70A03A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,160,58); }

 H1.HeaderClassName
 {
   color: #70A03A;
 }
 .AnyTagClassName
 {
   color: #70A03A;
 }
</style>

background-color css

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

 a { background-color: rgb(112,160,58); }

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

border-color css

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

 span { border-color: rgb(112,160,58); }

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