#70AD36

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

Shades of Sushi #70AD36

Tints of Sushi #70AD36

Color information

#70AD36 (or 0x70AD36) is unknown color: approx Sushi. HEX triplet: 70, AD and 36. RGB value is (112,173,54). Sum of RGB (Red+Green+Blue) = 112+173+54=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AD36 is #8F52C9. Grayscale: #8D8D8D. Windows color (decimal): -9392842 or 3583344. OLE color: 3583344.

HSL color Cylindrical-coordinate representation of color #70AD36: hue angle of 90.76º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70AD36 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB11217354-
CMYK0.3500.690.32
HSL90.76º52.42%44.51%-
HSV(B)90.76º68.79%67.84%-
XYZ22.2933.68.8-
YUV141.278.79107.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.04%
GREEN value IS 173 (67.97% from 255) = 51.03%
BLUE value IS 54 (21.48% from 255) = 15.93%
R=33.04%
G=51.03%
B=15.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112173540.3500.690.3290.7652.4244.51
Hex70AD3623045205b342d
Octal16025566430105401336455
Binary111000010101101110110100011010001011000001011011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,173,54); }

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

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

 a { background-color: rgb(112,173,54); }

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

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

 span { border-color: rgb(112,173,54); }

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