Html Css Color HEX #70A632 Sushi

📋 copy color: '#70A632'

red 112 ◦ green 166 ◦ blue 50

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

Shades of Sushi #70A632

Tints of Sushi #70A632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 34.15%
G = 50.61%
B = 15.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#70A632 (or 0x70A632) is known color: Sushi. HEX triplet: 70, A6 and 32. RGB value is (112,166,50). Sum of RGB (Red+Green+Blue) = 112+166+50=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 166 (65.23% from 255 or 50.61% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 166 - color contains mainly: green. Hex color #70A632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A632 is #8F59CD. Grayscale: #898989. Windows color (decimal): -9394638 or 3319408. OLE color: 3319408.

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

Color convert

RGB 112 166 50 -
CMYK 0.33 0 0.70 0.35
HSL 87.93º 0.54% 0.42% -
HSV(B) 87.93º 0.7% 0.65% -
XYZ 20.89 30.95 7.89 -
YUV 136.63 79.11 110.43 -
System Red Green Blue C M Y K H S L
Decimal 112 166 50 0.33 0 0.70 0.35 87.93 0.54 0.42
Hex 70 A6 32 21 0 46 23 58 36 2A
Octal 160 246 62 41 0 106 43 130 66 52
Binary 1110000 10100110 110010 100001 0 1000110 100011 1011000 110110 101010

Color Harmonies of #70A632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A632

Black with #70A632

Text Example


Text Example

White with #70A632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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