Html Css Color HEX #718F3D Sushi

📋 copy color: '#718F3D'

red 113 ◦ green 143 ◦ blue 61

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

Shades of Sushi #718F3D

Tints of Sushi #718F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.24%

R = 35.65%
G = 45.11%
B = 19.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#718F3D (or 0x718F3D) is known color: Sushi. HEX triplet: 71, 8F and 3D. RGB value is (113,143,61). Sum of RGB (Red+Green+Blue) = 113+143+61=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 143 - color contains mainly: green. Hex color #718F3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718F3D is #8E70C2. Grayscale: #7C7C7C. Windows color (decimal): -9334979 or 4034417. OLE color: 4034417.

HSL color Cylindrical-coordinate representation of color #718F3D: hue angle of 81.95º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #718F3D is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 143 61 -
CMYK 0.21 0 0.57 0.44
HSL 81.95º 0.4% 0.4% -
HSV(B) 81.95º 0.57% 0.56% -
XYZ 17.47 23.49 8.03 -
YUV 124.68 92.06 119.67 -
System Red Green Blue C M Y K H S L
Decimal 113 143 61 0.21 0 0.57 0.44 81.95 0.4 0.4
Hex 71 8F 3D 15 0 39 2C 52 28 28
Octal 161 217 75 25 0 71 54 122 50 50
Binary 1110001 10001111 111101 10101 0 111001 101100 1010010 101000 101000

Color Harmonies of #718F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718F3D

Black with #718F3D

Text Example


Text Example

White with #718F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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