Html Css Color HEX #70AB35 Sushi

📋 copy color: '#70AB35'

red 112 ◦ green 171 ◦ blue 53

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

Shades of Sushi #70AB35

Tints of Sushi #70AB35

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.89%

 BLUE value IS 53 (21.09% from 255) = 15.77%

R = 33.33%
G = 50.89%
B = 15.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#70AB35 (or 0x70AB35) is known color: Sushi. HEX triplet: 70, AB and 35. RGB value is (112,171,53). Sum of RGB (Red+Green+Blue) = 112+171+53=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AB35 is #8F54CA. Grayscale: #8C8C8C. Windows color (decimal): -9393355 or 3517296. OLE color: 3517296.

HSL color Cylindrical-coordinate representation of color #70AB35: hue angle of 90º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70AB35 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 171 53 -
CMYK 0.35 0 0.69 0.33
HSL 90º 0.53% 0.44% -
HSV(B) 90º 0.69% 0.67% -
XYZ 21.89 32.83 8.55 -
YUV 139.91 78.95 108.09 -
System Red Green Blue C M Y K H S L
Decimal 112 171 53 0.35 0 0.69 0.33 90 0.53 0.44
Hex 70 AB 35 23 0 45 21 5A 35 2C
Octal 160 253 65 43 0 105 41 132 65 54
Binary 1110000 10101011 110101 100011 0 1000101 100001 1011010 110101 101100

Color Harmonies of #70AB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AB35

Black with #70AB35

Text Example


Text Example

White with #70AB35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,171,53); }

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

background-color css

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

 a { background-color: rgb(112,171,53); }

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

border-color css

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

 span { border-color: rgb(112,171,53); }

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