Html Css Color HEX #70AB37 Sushi

📋 copy color: '#70AB37'

red 112 ◦ green 171 ◦ blue 55

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

Shades of Sushi #70AB37

Tints of Sushi #70AB37

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.59%

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

R = 33.14%
G = 50.59%
B = 16.27%

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

#70AB37 (or 0x70AB37) is known color: Sushi. HEX triplet: 70, AB and 37. RGB value is (112,171,55). Sum of RGB (Red+Green+Blue) = 112+171+55=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AB37 is #8F54C8. Grayscale: #8C8C8C. Windows color (decimal): -9393353 or 3648368. OLE color: 3648368.

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

Color convert

RGB 112 171 55 -
CMYK 0.35 0 0.68 0.33
HSL 90.52º 0.51% 0.44% -
HSV(B) 90.52º 0.68% 0.67% -
XYZ 21.93 32.85 8.8 -
YUV 140.14 79.95 107.93 -
System Red Green Blue C M Y K H S L
Decimal 112 171 55 0.35 0 0.68 0.33 90.52 0.51 0.44
Hex 70 AB 37 23 0 44 21 5B 33 2C
Octal 160 253 67 43 0 104 41 133 63 54
Binary 1110000 10101011 110111 100011 0 1000100 100001 1011011 110011 101100

Color Harmonies of #70AB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AB37

Black with #70AB37

Text Example


Text Example

White with #70AB37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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