Html Css Color HEX #70A13C Sushi

📋 copy color: '#70A13C'

red 112 ◦ green 161 ◦ blue 60

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

Shades of Sushi #70A13C

Tints of Sushi #70A13C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 48.35%

 BLUE value IS 60 (23.83% from 255) = 18.02%

R = 33.63%
G = 48.35%
B = 18.02%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#70A13C (or 0x70A13C) is known color: Sushi. HEX triplet: 70, A1 and 3C. RGB value is (112,161,60). Sum of RGB (Red+Green+Blue) = 112+161+60=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 161 (63.28% from 255 or 48.35% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 161 - color contains mainly: green. Hex color #70A13C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A13C is #8F5EC3. Grayscale: #878787. Windows color (decimal): -9395908 or 3973488. OLE color: 3973488.

HSL color Cylindrical-coordinate representation of color #70A13C: hue angle of 89.11º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70A13C is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB 112 161 60 -
CMYK 0.30 0 0.63 0.37
HSL 89.11º 0.46% 0.43% -
HSV(B) 89.11º 0.63% 0.63% -
XYZ 20.24 29.26 8.86 -
YUV 134.84 85.77 111.71 -
System Red Green Blue C M Y K H S L
Decimal 112 161 60 0.30 0 0.63 0.37 89.11 0.46 0.43
Hex 70 A1 3C 1E 0 3F 25 59 2E 2B
Octal 160 241 74 36 0 77 45 131 56 53
Binary 1110000 10100001 111100 11110 0 111111 100101 1011001 101110 101011

Color Harmonies of #70A13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A13C

Black with #70A13C

Text Example


Text Example

White with #70A13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,161,60); }

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

background-color css

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

 a { background-color: rgb(112,161,60); }

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

border-color css

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

 span { border-color: rgb(112,161,60); }

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