#70992B

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

Shades of Sushi #70992B

Tints of Sushi #70992B

Color information

#70992B (or 0x70992B) is unknown color: approx Sushi. HEX triplet: 70, 99 and 2B. RGB value is (112,153,43). Sum of RGB (Red+Green+Blue) = 112+153+43=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #70992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70992B is #8F66D4. Grayscale: #808080. Windows color (decimal): -9397973 or 2857328. OLE color: 2857328.

HSL color Cylindrical-coordinate representation of color #70992B: hue angle of 82.36º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70992B is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB11215343-
CMYK0.2700.720.4
HSL82.36º56.12%38.43%-
HSV(B)82.36º71.9%60%-
XYZ18.5126.46.41-
YUV128.279.92116.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 153 (60.16% from 255) = 49.68%
BLUE value IS 43 (17.19% from 255) = 13.96%
R=36.36%
G=49.68%
B=13.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112153430.2700.720.482.3656.1238.43
Hex70992B1B04828523826
Octal16023153330110501227046
Binary11100001001100110101111011010010001010001010010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70992B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70992B; }

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

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

<style>
 a { background-color: #70992B; }

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

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

<style>
 span { border-color: #70992B; }

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

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