Html Css Color HEX #70A53D Sushi

📋 copy color: '#70A53D'

red 112 ◦ green 165 ◦ blue 61

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

Shades of Sushi #70A53D

Tints of Sushi #70A53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.05%

R = 33.14%
G = 48.82%
B = 18.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#70A53D (or 0x70A53D) is known color: Sushi. HEX triplet: 70, A5 and 3D. RGB value is (112,165,61). Sum of RGB (Red+Green+Blue) = 112+165+61=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 165 (64.84% from 255 or 48.82% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 165 - color contains mainly: green. Hex color #70A53D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A53D is #8F5AC2. Grayscale: #898989. Windows color (decimal): -9394883 or 4040048. OLE color: 4040048.

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

Color convert

RGB 112 165 61 -
CMYK 0.32 0 0.63 0.35
HSL 90.58º 0.46% 0.44% -
HSV(B) 90.58º 0.63% 0.65% -
XYZ 20.98 30.69 9.23 -
YUV 137.3 84.94 109.96 -
System Red Green Blue C M Y K H S L
Decimal 112 165 61 0.32 0 0.63 0.35 90.58 0.46 0.44
Hex 70 A5 3D 20 0 3F 23 5B 2E 2C
Octal 160 245 75 40 0 77 43 133 56 54
Binary 1110000 10100101 111101 100000 0 111111 100011 1011011 101110 101100

Color Harmonies of #70A53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A53D

Black with #70A53D

Text Example


Text Example

White with #70A53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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