Html Css Color HEX #70A137 Sushi

📋 copy color: '#70A137'

red 112 ◦ green 161 ◦ blue 55

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

Shades of Sushi #70A137

Tints of Sushi #70A137

RGB

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

 GREEN value IS 161 (63.28% from 255) = 49.09%

 BLUE value IS 55 (21.88% from 255) = 16.77%

R = 34.15%
G = 49.09%
B = 16.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#70A137 (or 0x70A137) is known color: Sushi. HEX triplet: 70, A1 and 37. RGB value is (112,161,55). Sum of RGB (Red+Green+Blue) = 112+161+55=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 161 (63.28% from 255 or 49.09% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 161 - color contains mainly: green. Hex color #70A137 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A137 is #8F5EC8. Grayscale: #868686. Windows color (decimal): -9395913 or 3645808. OLE color: 3645808.

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

Color convert

RGB 112 161 55 -
CMYK 0.30 0 0.66 0.37
HSL 87.74º 0.49% 0.42% -
HSV(B) 87.74º 0.66% 0.63% -
XYZ 20.12 29.21 8.19 -
YUV 134.27 83.27 112.12 -
System Red Green Blue C M Y K H S L
Decimal 112 161 55 0.30 0 0.66 0.37 87.74 0.49 0.42
Hex 70 A1 37 1E 0 42 25 58 31 2A
Octal 160 241 67 36 0 102 45 130 61 52
Binary 1110000 10100001 110111 11110 0 1000010 100101 1011000 110001 101010

Color Harmonies of #70A137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A137

Black with #70A137

Text Example


Text Example

White with #70A137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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