#709A35

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

Shades of Sushi #709A35

Tints of Sushi #709A35

Color information

#709A35 (or 0x709A35) is unknown color: approx Sushi. HEX triplet: 70, 9A and 35. RGB value is (112,154,53). Sum of RGB (Red+Green+Blue) = 112+154+53=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 154 (60.55% from 255 or 48.28% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 154 - color contains mainly: green. Hex color #709A35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709A35 is #8F65CA. Grayscale: #828282. Windows color (decimal): -9397707 or 3512944. OLE color: 3512944.

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

Color convert

RGB11215453-
CMYK0.2700.660.40
HSL84.95º48.79%40.59%-
HSV(B)84.95º65.58%60.39%-
XYZ18.8826.817.55-
YUV129.9384.59115.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 154 (60.55% from 255) = 48.28%
BLUE value IS 53 (21.09% from 255) = 16.61%
R=35.11%
G=48.28%
B=16.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112154530.2700.660.4084.9548.7940.59
Hex709A351B04228553129
Octal16023265330102501256151
Binary11100001001101011010111011010000101010001010101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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