#709B36

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

Shades of Sushi #709B36

Tints of Sushi #709B36

Color information

#709B36 (or 0x709B36) is unknown color: approx Sushi. HEX triplet: 70, 9B and 36. RGB value is (112,155,54). Sum of RGB (Red+Green+Blue) = 112+155+54=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #709B36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709B36 is #8F64C9. Grayscale: #828282. Windows color (decimal): -9397450 or 3578736. OLE color: 3578736.

HSL color Cylindrical-coordinate representation of color #709B36: hue angle of 85.54º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #709B36 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB11215554-
CMYK0.2800.650.39
HSL85.54º48.33%40.98%-
HSV(B)85.54º65.16%60.78%-
XYZ19.0727.157.73-
YUV130.6384.75114.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.89%
GREEN value IS 155 (60.94% from 255) = 48.29%
BLUE value IS 54 (21.48% from 255) = 16.82%
R=34.89%
G=48.29%
B=16.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal112155540.2800.650.3985.5448.3340.98
Hex709B361C04127563029
Octal16023366340101471266051
Binary11100001001101111011011100010000011001111010110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,155,54); }

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

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

 a { background-color: rgb(112,155,54); }

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

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

 span { border-color: rgb(112,155,54); }

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