#70AB33

Color #70AB33 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #70AB33

Tints of Sushi #70AB33

Color information

#70AB33 (or 0x70AB33) is unknown color: approx Sushi. HEX triplet: 70, AB and 33. RGB value is (112,171,51). Sum of RGB (Red+Green+Blue) = 112+171+51=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AB33 is #8F54CC. Grayscale: #8C8C8C. Windows color (decimal): -9393357 or 3386224. OLE color: 3386224.

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

Color convert

RGB11217151-
CMYK0.3500.700.33
HSL89.5º54.05%43.53%-
HSV(B)89.5º70.18%67.06%-
XYZ21.8432.818.31-
YUV139.6877.95108.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.53%
GREEN value IS 171 (67.19% from 255) = 51.20%
BLUE value IS 51 (20.31% from 255) = 15.27%
R=33.53%
G=51.20%
B=15.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112171510.3500.700.3389.554.0543.53
Hex70AB3323046215a362c
Octal16025363430106411326654
Binary111000010101011110011100011010001101000011011010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70AB33;
 }
 .AnyTagClassName
 {
   color: #70AB33;
 }
</style>
background-color css

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

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

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

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

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

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