Html Css Color HEX #708F40 Sushi

📋 copy color: '#708F40'

red 112 ◦ green 143 ◦ blue 64

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

Shades of Sushi #708F40

Tints of Sushi #708F40

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.83%

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

R = 35.11%
G = 44.83%
B = 20.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#708F40 (or 0x708F40) is known color: Sushi. HEX triplet: 70, 8F and 40. RGB value is (112,143,64). Sum of RGB (Red+Green+Blue) = 112+143+64=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 143 - color contains mainly: green. Hex color #708F40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708F40 is #8F70BF. Grayscale: #7D7D7D. Windows color (decimal): -9400512 or 4231024. OLE color: 4231024.

HSL color Cylindrical-coordinate representation of color #708F40: hue angle of 83.54º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #708F40 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 143 64 -
CMYK 0.22 0 0.55 0.44
HSL 83.54º 0.38% 0.41% -
HSV(B) 83.54º 0.55% 0.56% -
XYZ 17.43 23.46 8.46 -
YUV 124.73 93.73 118.92 -
System Red Green Blue C M Y K H S L
Decimal 112 143 64 0.22 0 0.55 0.44 83.54 0.38 0.41
Hex 70 8F 40 16 0 37 2C 54 26 29
Octal 160 217 100 26 0 67 54 124 46 51
Binary 1110000 10001111 1000000 10110 0 110111 101100 1010100 100110 101001

Color Harmonies of #708F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708F40

Black with #708F40

Text Example


Text Example

White with #708F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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