Html Css Color HEX #718644 Dingley

📋 copy color: '#718644'

red 113 ◦ green 134 ◦ blue 68

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

Shades of Dingley #718644

Tints of Dingley #718644

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.54%

 BLUE value IS 68 (26.95% from 255) = 21.59%

R = 35.87%
G = 42.54%
B = 21.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#718644 (or 0x718644) is known color: Dingley. HEX triplet: 71, 86 and 44. RGB value is (113,134,68). Sum of RGB (Red+Green+Blue) = 113+134+68=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 134 - color contains mainly: green. Hex color #718644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718644 is #8E79BB. Grayscale: #787878. Windows color (decimal): -9337276 or 4490865. OLE color: 4490865.

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

Color convert

RGB 113 134 68 -
CMYK 0.16 0 0.49 0.47
HSL 79.09º 0.33% 0.4% -
HSV(B) 79.09º 0.49% 0.53% -
XYZ 16.38 20.98 8.65 -
YUV 120.2 98.54 122.87 -
System Red Green Blue C M Y K H S L
Decimal 113 134 68 0.16 0 0.49 0.47 79.09 0.33 0.4
Hex 71 86 44 10 0 31 2F 4F 21 28
Octal 161 206 104 20 0 61 57 117 41 50
Binary 1110001 10000110 1000100 10000 0 110001 101111 1001111 100001 101000

Color Harmonies of #718644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718644

Black with #718644

Text Example


Text Example

White with #718644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718644; }

 p { color: rgb(113,134,68); }

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

background-color css

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

 a { background-color: rgb(113,134,68); }

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

border-color css

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

 span { border-color: rgb(113,134,68); }

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