#709F2B

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

Shades of Sushi #709F2B

Tints of Sushi #709F2B

Color information

#709F2B (or 0x709F2B) is unknown color: approx Sushi. HEX triplet: 70, 9F and 2B. RGB value is (112,159,43). Sum of RGB (Red+Green+Blue) = 112+159+43=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 159 (62.5% from 255 or 50.64% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 159 - color contains mainly: green. Hex color #709F2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709F2B is #8F60D4. Grayscale: #848484. Windows color (decimal): -9396437 or 2858864. OLE color: 2858864.

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

Color convert

RGB11215943-
CMYK0.3000.730.38
HSL84.31º57.43%39.61%-
HSV(B)84.31º72.96%62.35%-
XYZ19.5228.426.74-
YUV131.7277.93113.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 159 (62.5% from 255) = 50.64%
BLUE value IS 43 (17.19% from 255) = 13.69%
R=35.67%
G=50.64%
B=13.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112159430.3000.730.3884.3157.4339.61
Hex709F2B1E04926543928
Octal16023753360111461247150
Binary11100001001111110101111110010010011001101010100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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