#709630

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

Shades of Sushi #709630

Tints of Sushi #709630

Color information

#709630 (or 0x709630) is unknown color: approx Sushi. HEX triplet: 70, 96 and 30. RGB value is (112,150,48). Sum of RGB (Red+Green+Blue) = 112+150+48=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 150 (58.98% from 255 or 48.39% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 150 - color contains mainly: green. Hex color #709630 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709630 is #8F69CF. Grayscale: #7F7F7F. Windows color (decimal): -9398736 or 3184240. OLE color: 3184240.

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

Color convert

RGB11215048-
CMYK0.2500.680.41
HSL82.35º51.52%38.82%-
HSV(B)82.35º68%58.82%-
XYZ18.1225.476.76-
YUV127.0183.41117.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 150 (58.98% from 255) = 48.39%
BLUE value IS 48 (19.14% from 255) = 15.48%
R=36.13%
G=48.39%
B=15.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112150480.2500.680.4182.3551.5238.82
Hex7096301904429523427
Octal16022660310104511226447
Binary11100001001011011000011001010001001010011010010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709630; }

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

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

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

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

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

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

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

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