Html Css Color HEX #718746 Dingley

📋 copy color: '#718746'

red 113 ◦ green 135 ◦ blue 70

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

Shades of Dingley #718746

Tints of Dingley #718746

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.45%

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

R = 35.53%
G = 42.45%
B = 22.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#718746 (or 0x718746) is known color: Dingley. HEX triplet: 71, 87 and 46. RGB value is (113,135,70). Sum of RGB (Red+Green+Blue) = 113+135+70=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #718746 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718746 is #8E78B9. Grayscale: #797979. Windows color (decimal): -9337018 or 4622193. OLE color: 4622193.

HSL color Cylindrical-coordinate representation of color #718746: hue angle of 80.31º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #718746 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 135 70 -
CMYK 0.16 0 0.48 0.47
HSL 80.31º 0.32% 0.4% -
HSV(B) 80.31º 0.48% 0.53% -
XYZ 16.58 21.28 9.03 -
YUV 121.01 99.21 122.29 -
System Red Green Blue C M Y K H S L
Decimal 113 135 70 0.16 0 0.48 0.47 80.31 0.32 0.4
Hex 71 87 46 10 0 30 2F 50 20 28
Octal 161 207 106 20 0 60 57 120 40 50
Binary 1110001 10000111 1000110 10000 0 110000 101111 1010000 100000 101000

Color Harmonies of #718746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718746

Black with #718746

Text Example


Text Example

White with #718746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718746; }

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

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

background-color css

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

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

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

border-color css

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

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

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