Html Css Color HEX #709340 Sushi

📋 copy color: '#709340'

red 112 ◦ green 147 ◦ blue 64

#709340
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #709340

Tints of Sushi #709340

RGB

 RED value IS 112 (44.14% from 255) = 34.67%

 GREEN value IS 147 (57.81% from 255) = 45.51%

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 34.67%
G = 45.51%
B = 19.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#709340 (or 0x709340) is known color: Sushi. HEX triplet: 70, 93 and 40. RGB value is (112,147,64). Sum of RGB (Red+Green+Blue) = 112+147+64=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 147 - color contains mainly: green. Hex color #709340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709340 is #8F6CBF. Grayscale: #7F7F7F. Windows color (decimal): -9399488 or 4232048. OLE color: 4232048.

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

Color convert

RGB 112 147 64 -
CMYK 0.24 0 0.56 0.42
HSL 85.3º 0.39% 0.41% -
HSV(B) 85.3º 0.56% 0.58% -
XYZ 18.04 24.68 8.66 -
YUV 127.07 92.4 117.25 -
System Red Green Blue C M Y K H S L
Decimal 112 147 64 0.24 0 0.56 0.42 85.3 0.39 0.41
Hex 70 93 40 18 0 38 2A 55 27 29
Octal 160 223 100 30 0 70 52 125 47 51
Binary 1110000 10010011 1000000 11000 0 111000 101010 1010101 100111 101001

Color Harmonies of #709340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709340

Black with #709340

Text Example


Text Example

White with #709340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709340; }

 p { color: rgb(112,147,64); }

 H1.HeaderClassName
 {
   color: #709340;
 }
 .AnyTagClassName
 {
   color: #709340;
 }
</style>

background-color css

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

 a { background-color: rgb(112,147,64); }

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

border-color css

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

 span { border-color: rgb(112,147,64); }

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