Html Css Color HEX #70A539 Sushi

📋 copy color: '#70A539'

red 112 ◦ green 165 ◦ blue 57

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

Shades of Sushi #70A539

Tints of Sushi #70A539

RGB

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

 GREEN value IS 165 (64.84% from 255) = 49.4%

 BLUE value IS 57 (22.66% from 255) = 17.07%

R = 33.53%
G = 49.4%
B = 17.07%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#70A539 (or 0x70A539) is known color: Sushi. HEX triplet: 70, A5 and 39. RGB value is (112,165,57). Sum of RGB (Red+Green+Blue) = 112+165+57=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 165 (64.84% from 255 or 49.40% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 165 - color contains mainly: green. Hex color #70A539 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A539 is #8F5AC6. Grayscale: #898989. Windows color (decimal): -9394887 or 3777904. OLE color: 3777904.

HSL color Cylindrical-coordinate representation of color #70A539: hue angle of 89.44º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70A539 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 165 57 -
CMYK 0.32 0 0.65 0.35
HSL 89.44º 0.49% 0.44% -
HSV(B) 89.44º 0.65% 0.65% -
XYZ 20.88 30.65 8.69 -
YUV 136.84 82.94 110.28 -
System Red Green Blue C M Y K H S L
Decimal 112 165 57 0.32 0 0.65 0.35 89.44 0.49 0.44
Hex 70 A5 39 20 0 41 23 59 31 2C
Octal 160 245 71 40 0 101 43 131 61 54
Binary 1110000 10100101 111001 100000 0 1000001 100011 1011001 110001 101100

Color Harmonies of #70A539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A539

Black with #70A539

Text Example


Text Example

White with #70A539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,165,57); }

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

background-color css

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

 a { background-color: rgb(112,165,57); }

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

border-color css

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

 span { border-color: rgb(112,165,57); }

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