#70A23F

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

Shades of Sushi #70A23F

Tints of Sushi #70A23F

Color information

#70A23F (or 0x70A23F) is unknown color: approx Sushi. HEX triplet: 70, A2 and 3F. RGB value is (112,162,63). Sum of RGB (Red+Green+Blue) = 112+162+63=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #70A23F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A23F is #8F5DC0. Grayscale: #888888. Windows color (decimal): -9395649 or 4170352. OLE color: 4170352.

HSL color Cylindrical-coordinate representation of color #70A23F: hue angle of 90.3º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70A23F is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB11216263-
CMYK0.3100.610.36
HSL90.3º44%44.12%-
HSV(B)90.3º61.11%63.53%-
XYZ20.529.649.34-
YUV135.7686.94111.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.23%
GREEN value IS 162 (63.67% from 255) = 48.07%
BLUE value IS 63 (25% from 255) = 18.69%
R=33.23%
G=48.07%
B=18.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal112162630.3100.610.3690.34444.12
Hex70A23F1F03D245a2c2c
Octal1602427737075441325454
Binary1110000101000101111111111101111011001001011010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,162,63); }

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

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

 a { background-color: rgb(112,162,63); }

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

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

 span { border-color: rgb(112,162,63); }

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