#709734

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

Shades of Sushi #709734

Tints of Sushi #709734

Color information

#709734 (or 0x709734) is unknown color: approx Sushi. HEX triplet: 70, 97 and 34. RGB value is (112,151,52). Sum of RGB (Red+Green+Blue) = 112+151+52=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 151 - color contains mainly: green. Hex color #709734 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709734 is #8F68CB. Grayscale: #808080. Windows color (decimal): -9398476 or 3446640. OLE color: 3446640.

HSL color Cylindrical-coordinate representation of color #709734: hue angle of 83.64º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #709734 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB11215152-
CMYK0.2600.660.41
HSL83.64º48.77%39.8%-
HSV(B)83.64º65.56%59.22%-
XYZ18.3725.837.27-
YUV128.0585.08116.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 151 (59.38% from 255) = 47.94%
BLUE value IS 52 (20.70% from 255) = 16.51%
R=35.56%
G=47.94%
B=16.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112151520.2600.660.4183.6448.7739.8
Hex7097341A04229543128
Octal16022764320102511246150
Binary11100001001011111010011010010000101010011010100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709734; }

 p { color: rgb(112,151,52); }

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

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

 a { background-color: rgb(112,151,52); }

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

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

 span { border-color: rgb(112,151,52); }

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