#709C27

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

Shades of Sushi #709C27

Tints of Sushi #709C27

Color information

#709C27 (or 0x709C27) is unknown color: approx Sushi. HEX triplet: 70, 9C and 27. RGB value is (112,156,39). Sum of RGB (Red+Green+Blue) = 112+156+39=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 156 (61.33% from 255 or 50.81% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 156 - color contains mainly: green. Hex color #709C27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709C27 is #8F63D8. Grayscale: #818181. Windows color (decimal): -9397209 or 2595952. OLE color: 2595952.

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

Color convert

RGB11215639-
CMYK0.2800.750.39
HSL82.56º60%38.24%-
HSV(B)82.56º75%61.18%-
XYZ18.9427.376.2-
YUV129.5176.92115.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.48%
GREEN value IS 156 (61.33% from 255) = 50.81%
BLUE value IS 39 (15.62% from 255) = 12.70%
R=36.48%
G=50.81%
B=12.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal112156390.2800.750.3982.566038.24
Hex709C271C04B27533c26
Octal16023447340113471237446
Binary11100001001110010011111100010010111001111010011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,156,39); }

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

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

 a { background-color: rgb(112,156,39); }

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

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

 span { border-color: rgb(112,156,39); }

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