#709435

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

Shades of Sushi #709435

Tints of Sushi #709435

Color information

#709435 (or 0x709435) is unknown color: approx Sushi. HEX triplet: 70, 94 and 35. RGB value is (112,148,53). Sum of RGB (Red+Green+Blue) = 112+148+53=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #709435 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709435 is #8F6BCA. Grayscale: #7E7E7E. Windows color (decimal): -9399243 or 3511408. OLE color: 3511408.

HSL color Cylindrical-coordinate representation of color #709435: hue angle of 82.74º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #709435 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB11214853-
CMYK0.2400.640.42
HSL82.74º47.26%39.41%-
HSV(B)82.74º64.19%58.04%-
XYZ17.9124.887.23-
YUV126.4186.57117.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.78%
GREEN value IS 148 (58.20% from 255) = 47.28%
BLUE value IS 53 (21.09% from 255) = 16.93%
R=35.78%
G=47.28%
B=16.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112148530.2400.640.4282.7447.2639.41
Hex709435180402A532f27
Octal16022465300100521235747
Binary11100001001010011010111000010000001010101010011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709435; }

 p { color: rgb(112,148,53); }

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

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

 a { background-color: rgb(112,148,53); }

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

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

 span { border-color: rgb(112,148,53); }

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