Html Css Color HEX #70A63A Sushi

📋 copy color: '#70A63A'

red 112 ◦ green 166 ◦ blue 58

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

Shades of Sushi #70A63A

Tints of Sushi #70A63A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.4%

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

R = 33.33%
G = 49.4%
B = 17.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#70A63A (or 0x70A63A) is known color: Sushi. HEX triplet: 70, A6 and 3A. RGB value is (112,166,58). Sum of RGB (Red+Green+Blue) = 112+166+58=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 166 (65.23% from 255 or 49.40% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 166 - color contains mainly: green. Hex color #70A63A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A63A is #8F59C5. Grayscale: #898989. Windows color (decimal): -9394630 or 3843696. OLE color: 3843696.

HSL color Cylindrical-coordinate representation of color #70A63A: hue angle of 90º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70A63A is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 166 58 -
CMYK 0.33 0 0.65 0.35
HSL 90º 0.48% 0.44% -
HSV(B) 90º 0.65% 0.65% -
XYZ 21.08 31.02 8.88 -
YUV 137.54 83.11 109.78 -
System Red Green Blue C M Y K H S L
Decimal 112 166 58 0.33 0 0.65 0.35 90 0.48 0.44
Hex 70 A6 3A 21 0 41 23 5A 30 2C
Octal 160 246 72 41 0 101 43 132 60 54
Binary 1110000 10100110 111010 100001 0 1000001 100011 1011010 110000 101100

Color Harmonies of #70A63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A63A

Black with #70A63A

Text Example


Text Example

White with #70A63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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