#70953E

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

Shades of Sushi #70953E

Tints of Sushi #70953E

Color information

#70953E (or 0x70953E) is unknown color: approx Sushi. HEX triplet: 70, 95 and 3E. RGB value is (112,149,62). Sum of RGB (Red+Green+Blue) = 112+149+62=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #70953E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70953E is #8F6AC1. Grayscale: #808080. Windows color (decimal): -9398978 or 4101488. OLE color: 4101488.

HSL color Cylindrical-coordinate representation of color #70953E: hue angle of 85.52º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70953E is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB11214962-
CMYK0.2500.580.42
HSL85.52º41.23%41.37%-
HSV(B)85.52º58.39%58.43%-
XYZ18.325.298.47-
YUV128.0290.74116.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 149 (58.59% from 255) = 46.13%
BLUE value IS 62 (24.61% from 255) = 19.20%
R=34.67%
G=46.13%
B=19.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112149620.2500.580.4285.5241.2341.37
Hex70953E1903A2A562929
Octal1602257631072521265151
Binary1110000100101011111101100101110101010101010110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70953E; }

 p { color: rgb(112,149,62); }

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

<style>
 a { background-color: #70953E; }

 a { background-color: rgb(112,149,62); }

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

<style>
 span { border-color: #70953E; }

 span { border-color: rgb(112,149,62); }

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