Html Css Color HEX #70A937 Sushi

📋 copy color: '#70A937'

red 112 ◦ green 169 ◦ blue 55

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

Shades of Sushi #70A937

Tints of Sushi #70A937

RGB

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

 GREEN value IS 169 (66.41% from 255) = 50.3%

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

R = 33.33%
G = 50.3%
B = 16.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#70A937 (or 0x70A937) is known color: Sushi. HEX triplet: 70, A9 and 37. RGB value is (112,169,55). Sum of RGB (Red+Green+Blue) = 112+169+55=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 169 (66.41% from 255 or 50.30% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 169 - color contains mainly: green. Hex color #70A937 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A937 is #8F56C8. Grayscale: #8B8B8B. Windows color (decimal): -9393865 or 3647856. OLE color: 3647856.

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

Color convert

RGB 112 169 55 -
CMYK 0.34 0 0.67 0.34
HSL 90º 0.51% 0.44% -
HSV(B) 90º 0.67% 0.66% -
XYZ 21.56 32.1 8.67 -
YUV 138.96 80.62 108.77 -
System Red Green Blue C M Y K H S L
Decimal 112 169 55 0.34 0 0.67 0.34 90 0.51 0.44
Hex 70 A9 37 22 0 43 22 5A 33 2C
Octal 160 251 67 42 0 103 42 132 63 54
Binary 1110000 10101001 110111 100010 0 1000011 100010 1011010 110011 101100

Color Harmonies of #70A937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A937

Black with #70A937

Text Example


Text Example

White with #70A937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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