#70993D

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

Shades of Sushi #70993D

Tints of Sushi #70993D

Color information

#70993D (or 0x70993D) is unknown color: approx Sushi. HEX triplet: 70, 99 and 3D. RGB value is (112,153,61). Sum of RGB (Red+Green+Blue) = 112+153+61=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #70993D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70993D is #8F66C2. Grayscale: #828282. Windows color (decimal): -9397955 or 4036976. OLE color: 4036976.

HSL color Cylindrical-coordinate representation of color #70993D: hue angle of 86.74º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70993D is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB11215361-
CMYK0.2700.600.4
HSL86.74º42.99%41.96%-
HSV(B)86.74º60.13%60%-
XYZ18.9226.568.55-
YUV130.2588.92114.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 153 (60.16% from 255) = 46.93%
BLUE value IS 61 (24.22% from 255) = 18.71%
R=34.36%
G=46.93%
B=18.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112153610.2700.600.486.7442.9941.96
Hex70993D1B03C28572b2a
Octal1602317533074501275352
Binary1110000100110011111011101101111001010001010111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70993D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70993D; }

 p { color: rgb(112,153,61); }

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

<style>
 a { background-color: #70993D; }

 a { background-color: rgb(112,153,61); }

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

<style>
 span { border-color: #70993D; }

 span { border-color: rgb(112,153,61); }

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