#709A2A

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

Shades of Sushi #709A2A

Tints of Sushi #709A2A

Color information

#709A2A (or 0x709A2A) is unknown color: approx Sushi. HEX triplet: 70, 9A and 2A. RGB value is (112,154,42). Sum of RGB (Red+Green+Blue) = 112+154+42=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 154 (60.55% from 255 or 50% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 154 - color contains mainly: green. Hex color #709A2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709A2A is #8F65D5. Grayscale: #818181. Windows color (decimal): -9397718 or 2792048. OLE color: 2792048.

HSL color Cylindrical-coordinate representation of color #709A2A: hue angle of 82.5º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #709A2A is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB11215442-
CMYK0.2700.730.40
HSL82.5º57.14%38.43%-
HSV(B)82.5º72.73%60.39%-
XYZ18.6626.726.37-
YUV128.6779.09116.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 154 (60.55% from 255) = 50%
BLUE value IS 42 (16.80% from 255) = 13.64%
R=36.36%
G=50%
B=13.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112154420.2700.730.4082.557.1438.43
Hex709A2A1B04928523926
Octal16023252330111501227146
Binary11100001001101010101011011010010011010001010010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709A2A; }

 p { color: rgb(112,154,42); }

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

<style>
 a { background-color: #709A2A; }

 a { background-color: rgb(112,154,42); }

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

<style>
 span { border-color: #709A2A; }

 span { border-color: rgb(112,154,42); }

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