#709642

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

Shades of Sushi #709642

Tints of Sushi #709642

Color information

#709642 (or 0x709642) is unknown color: approx Sushi. HEX triplet: 70, 96 and 42. RGB value is (112,150,66). Sum of RGB (Red+Green+Blue) = 112+150+66=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #709642 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709642 is #8F69BD. Grayscale: #818181. Windows color (decimal): -9398718 or 4363888. OLE color: 4363888.

HSL color Cylindrical-coordinate representation of color #709642: hue angle of 87.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #709642 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB11215066-
CMYK0.2500.560.41
HSL87.14º38.89%42.35%-
HSV(B)87.14º56%58.82%-
XYZ18.5725.659.13-
YUV129.0692.41115.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.15%
GREEN value IS 150 (58.98% from 255) = 45.73%
BLUE value IS 66 (26.17% from 255) = 20.12%
R=34.15%
G=45.73%
B=20.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112150660.2500.560.4187.1438.8942.35
Hex709642190382957272a
Octal16022610231070511274752
Binary11100001001011010000101100101110001010011010111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709642; }

 p { color: rgb(112,150,66); }

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

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

 a { background-color: rgb(112,150,66); }

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

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

 span { border-color: rgb(112,150,66); }

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