Html Css Color HEX #718946 Dingley

📋 copy color: '#718946'

red 113 ◦ green 137 ◦ blue 70

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

Shades of Dingley #718946

Tints of Dingley #718946

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.81%

 BLUE value IS 70 (27.73% from 255) = 21.88%

R = 35.31%
G = 42.81%
B = 21.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#718946 (or 0x718946) is known color: Dingley. HEX triplet: 71, 89 and 46. RGB value is (113,137,70). Sum of RGB (Red+Green+Blue) = 113+137+70=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #718946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718946 is #8E76B9. Grayscale: #7A7A7A. Windows color (decimal): -9336506 or 4622705. OLE color: 4622705.

HSL color Cylindrical-coordinate representation of color #718946: hue angle of 81.49º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #718946 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 137 70 -
CMYK 0.18 0 0.49 0.46
HSL 81.49º 0.32% 0.41% -
HSV(B) 81.49º 0.49% 0.54% -
XYZ 16.86 21.84 9.12 -
YUV 122.19 98.55 121.45 -
System Red Green Blue C M Y K H S L
Decimal 113 137 70 0.18 0 0.49 0.46 81.49 0.32 0.41
Hex 71 89 46 12 0 31 2E 51 20 29
Octal 161 211 106 22 0 61 56 121 40 51
Binary 1110001 10001001 1000110 10010 0 110001 101110 1010001 100000 101001

Color Harmonies of #718946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718946

Black with #718946

Text Example


Text Example

White with #718946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718946; }

 p { color: rgb(113,137,70); }

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

background-color css

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

 a { background-color: rgb(113,137,70); }

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

border-color css

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

 span { border-color: rgb(113,137,70); }

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