Html Css Color HEX #718645 Dingley

📋 copy color: '#718645'

red 113 ◦ green 134 ◦ blue 69

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

Shades of Dingley #718645

Tints of Dingley #718645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.84%

R = 35.76%
G = 42.41%
B = 21.84%

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

#718645 (or 0x718645) is known color: Dingley. HEX triplet: 71, 86 and 45. RGB value is (113,134,69). Sum of RGB (Red+Green+Blue) = 113+134+69=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #718645 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718645 is #8E79BA. Grayscale: #787878. Windows color (decimal): -9337275 or 4556401. OLE color: 4556401.

HSL color Cylindrical-coordinate representation of color #718645: hue angle of 79.38º degrees, saturation: 0.32, 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 #718645 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 134 69 -
CMYK 0.16 0 0.49 0.47
HSL 79.38º 0.32% 0.4% -
HSV(B) 79.38º 0.49% 0.53% -
XYZ 16.41 20.99 8.82 -
YUV 120.31 99.04 122.79 -
System Red Green Blue C M Y K H S L
Decimal 113 134 69 0.16 0 0.49 0.47 79.38 0.32 0.4
Hex 71 86 45 10 0 31 2F 4F 20 28
Octal 161 206 105 20 0 61 57 117 40 50
Binary 1110001 10000110 1000101 10000 0 110001 101111 1001111 100000 101000

Color Harmonies of #718645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718645

Black with #718645

Text Example


Text Example

White with #718645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718645; }

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

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

background-color css

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

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

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

border-color css

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

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

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