Html Css Color HEX #718F41 Sushi

📋 copy color: '#718F41'

red 113 ◦ green 143 ◦ blue 65

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

Shades of Sushi #718F41

Tints of Sushi #718F41

RGB

 RED value IS 113 (44.53% from 255) = 35.2%

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

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

R = 35.2%
G = 44.55%
B = 20.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#718F41 (or 0x718F41) is known color: Sushi. HEX triplet: 71, 8F and 41. RGB value is (113,143,65). Sum of RGB (Red+Green+Blue) = 113+143+65=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 143 - color contains mainly: green. Hex color #718F41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718F41 is #8E70BE. Grayscale: #7D7D7D. Windows color (decimal): -9334975 or 4296561. OLE color: 4296561.

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

Color convert

RGB 113 143 65 -
CMYK 0.21 0 0.55 0.44
HSL 83.08º 0.38% 0.41% -
HSV(B) 83.08º 0.55% 0.56% -
XYZ 17.59 23.54 8.62 -
YUV 125.14 94.06 119.34 -
System Red Green Blue C M Y K H S L
Decimal 113 143 65 0.21 0 0.55 0.44 83.08 0.38 0.41
Hex 71 8F 41 15 0 37 2C 53 26 29
Octal 161 217 101 25 0 67 54 123 46 51
Binary 1110001 10001111 1000001 10101 0 110111 101100 1010011 100110 101001

Color Harmonies of #718F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718F41

Black with #718F41

Text Example


Text Example

White with #718F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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