Html Css Color HEX #70A73B Sushi

📋 copy color: '#70A73B'

red 112 ◦ green 167 ◦ blue 59

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

Shades of Sushi #70A73B

Tints of Sushi #70A73B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 49.41%

 BLUE value IS 59 (23.44% from 255) = 17.46%

R = 33.14%
G = 49.41%
B = 17.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#70A73B (or 0x70A73B) is known color: Sushi. HEX triplet: 70, A7 and 3B. RGB value is (112,167,59). Sum of RGB (Red+Green+Blue) = 112+167+59=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 167 (65.62% from 255 or 49.41% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 167 - color contains mainly: green. Hex color #70A73B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A73B is #8F58C4. Grayscale: #8A8A8A. Windows color (decimal): -9394373 or 3909488. OLE color: 3909488.

HSL color Cylindrical-coordinate representation of color #70A73B: hue angle of 90.56º degrees, saturation: 0.48, 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 #70A73B is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 167 59 -
CMYK 0.33 0 0.65 0.35
HSL 90.56º 0.48% 0.44% -
HSV(B) 90.56º 0.65% 0.65% -
XYZ 21.29 31.4 9.08 -
YUV 138.24 83.28 109.28 -
System Red Green Blue C M Y K H S L
Decimal 112 167 59 0.33 0 0.65 0.35 90.56 0.48 0.44
Hex 70 A7 3B 21 0 41 23 5B 30 2C
Octal 160 247 73 41 0 101 43 133 60 54
Binary 1110000 10100111 111011 100001 0 1000001 100011 1011011 110000 101100

Color Harmonies of #70A73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A73B

Black with #70A73B

Text Example


Text Example

White with #70A73B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,167,59); }

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

background-color css

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

 a { background-color: rgb(112,167,59); }

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

border-color css

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

 span { border-color: rgb(112,167,59); }

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