Html Css Color HEX #70913D Sushi

📋 copy color: '#70913D'

red 112 ◦ green 145 ◦ blue 61

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

Shades of Sushi #70913D

Tints of Sushi #70913D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.6%

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

R = 35.22%
G = 45.6%
B = 19.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#70913D (or 0x70913D) is known color: Sushi. HEX triplet: 70, 91 and 3D. RGB value is (112,145,61). Sum of RGB (Red+Green+Blue) = 112+145+61=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #70913D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70913D is #8F6EC2. Grayscale: #7D7D7D. Windows color (decimal): -9400003 or 4034928. OLE color: 4034928.

HSL color Cylindrical-coordinate representation of color #70913D: hue angle of 83.57º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70913D is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 145 61 -
CMYK 0.23 0 0.58 0.43
HSL 83.57º 0.41% 0.4% -
HSV(B) 83.57º 0.58% 0.57% -
XYZ 17.65 24.03 8.12 -
YUV 125.56 91.57 118.33 -
System Red Green Blue C M Y K H S L
Decimal 112 145 61 0.23 0 0.58 0.43 83.57 0.41 0.4
Hex 70 91 3D 17 0 3A 2B 54 29 28
Octal 160 221 75 27 0 72 53 124 51 50
Binary 1110000 10010001 111101 10111 0 111010 101011 1010100 101001 101000

Color Harmonies of #70913D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70913D

Black with #70913D

Text Example


Text Example

White with #70913D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70913D; }

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

 H1.HeaderClassName
 {
   color: #70913D;
 }
 .AnyTagClassName
 {
   color: #70913D;
 }
</style>

background-color css

<style>
 a { background-color: #70913D; }

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

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

border-color css

<style>
 span { border-color: #70913D; }

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

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