Html Css Color HEX #709140 Sushi

📋 copy color: '#709140'

red 112 ◦ green 145 ◦ blue 64

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

Shades of Sushi #709140

Tints of Sushi #709140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.17%

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

R = 34.89%
G = 45.17%
B = 19.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#709140 (or 0x709140) is known color: Sushi. HEX triplet: 70, 91 and 40. RGB value is (112,145,64). Sum of RGB (Red+Green+Blue) = 112+145+64=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #709140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709140 is #8F6EBF. Grayscale: #7E7E7E. Windows color (decimal): -9400000 or 4231536. OLE color: 4231536.

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

Color convert

RGB 112 145 64 -
CMYK 0.23 0 0.56 0.43
HSL 84.44º 0.39% 0.41% -
HSV(B) 84.44º 0.56% 0.57% -
XYZ 17.73 24.07 8.56 -
YUV 125.9 93.07 118.09 -
System Red Green Blue C M Y K H S L
Decimal 112 145 64 0.23 0 0.56 0.43 84.44 0.39 0.41
Hex 70 91 40 17 0 38 2B 54 27 29
Octal 160 221 100 27 0 70 53 124 47 51
Binary 1110000 10010001 1000000 10111 0 111000 101011 1010100 100111 101001

Color Harmonies of #709140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709140

Black with #709140

Text Example


Text Example

White with #709140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709140; }

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

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

background-color css

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

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

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

border-color css

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

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

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