Html Css Color HEX #70AC37 Sushi

📋 copy color: '#70AC37'

red 112 ◦ green 172 ◦ blue 55

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

Shades of Sushi #70AC37

Tints of Sushi #70AC37

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.74%

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

R = 33.04%
G = 50.74%
B = 16.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#70AC37 (or 0x70AC37) is known color: Sushi. HEX triplet: 70, AC and 37. RGB value is (112,172,55). Sum of RGB (Red+Green+Blue) = 112+172+55=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AC37 is #8F53C8. Grayscale: #8D8D8D. Windows color (decimal): -9393097 or 3648624. OLE color: 3648624.

HSL color Cylindrical-coordinate representation of color #70AC37: hue angle of 90.77º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70AC37 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 172 55 -
CMYK 0.35 0 0.68 0.33
HSL 90.77º 0.52% 0.45% -
HSV(B) 90.77º 0.68% 0.67% -
XYZ 22.12 33.23 8.86 -
YUV 140.72 79.62 107.51 -
System Red Green Blue C M Y K H S L
Decimal 112 172 55 0.35 0 0.68 0.33 90.77 0.52 0.45
Hex 70 AC 37 23 0 44 21 5B 34 2D
Octal 160 254 67 43 0 104 41 133 64 55
Binary 1110000 10101100 110111 100011 0 1000100 100001 1011011 110100 101101

Color Harmonies of #70AC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AC37

Black with #70AC37

Text Example


Text Example

White with #70AC37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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