Html Css Color HEX #708F41 Sushi

📋 copy color: '#708F41'

red 112 ◦ green 143 ◦ blue 65

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

Shades of Sushi #708F41

Tints of Sushi #708F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.31%

R = 35%
G = 44.69%
B = 20.31%

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

#708F41 (or 0x708F41) is known color: Sushi. HEX triplet: 70, 8F and 41. RGB value is (112,143,65). Sum of RGB (Red+Green+Blue) = 112+143+65=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 143 - color contains mainly: green. Hex color #708F41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708F41 is #8F70BE. Grayscale: #7D7D7D. Windows color (decimal): -9400511 or 4296560. OLE color: 4296560.

HSL color Cylindrical-coordinate representation of color #708F41: hue angle of 83.85º 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 #708F41 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 143 65 -
CMYK 0.22 0 0.55 0.44
HSL 83.85º 0.38% 0.41% -
HSV(B) 83.85º 0.55% 0.56% -
XYZ 17.46 23.47 8.61 -
YUV 124.84 94.23 118.84 -
System Red Green Blue C M Y K H S L
Decimal 112 143 65 0.22 0 0.55 0.44 83.85 0.38 0.41
Hex 70 8F 41 16 0 37 2C 54 26 29
Octal 160 217 101 26 0 67 54 124 46 51
Binary 1110000 10001111 1000001 10110 0 110111 101100 1010100 100110 101001

Color Harmonies of #708F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708F41

Black with #708F41

Text Example


Text Example

White with #708F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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