#70A432

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

Shades of Sushi #70A432

Tints of Sushi #70A432

Color information

#70A432 (or 0x70A432) is unknown color: approx Sushi. HEX triplet: 70, A4 and 32. RGB value is (112,164,50). Sum of RGB (Red+Green+Blue) = 112+164+50=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #70A432 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A432 is #8F5BCD. Grayscale: #878787. Windows color (decimal): -9395150 or 3318896. OLE color: 3318896.

HSL color Cylindrical-coordinate representation of color #70A432: hue angle of 87.37º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70A432 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB11216450-
CMYK0.3200.700.36
HSL87.37º53.27%41.96%-
HSV(B)87.37º69.51%64.31%-
XYZ20.5330.237.77-
YUV135.4679.77111.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 164 (64.45% from 255) = 50.31%
BLUE value IS 50 (19.92% from 255) = 15.34%
R=34.36%
G=50.31%
B=15.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal112164500.3200.700.3687.3753.2741.96
Hex70A432200462457352a
Octal16024462400106441276552
Binary111000010100100110010100000010001101001001010111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,164,50); }

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

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

 a { background-color: rgb(112,164,50); }

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

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

 span { border-color: rgb(112,164,50); }

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