Html Css Color HEX #728645 Dingley

📋 copy color: '#728645'

red 114 ◦ green 134 ◦ blue 69

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

Shades of Dingley #728645

Tints of Dingley #728645

RGB

 RED value IS 114 (44.92% from 255) = 35.96%

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

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

R = 35.96%
G = 42.27%
B = 21.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#728645 (or 0x728645) is known color: Dingley. HEX triplet: 72, 86 and 45. RGB value is (114,134,69). Sum of RGB (Red+Green+Blue) = 114+134+69=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 134 - color contains mainly: green. Hex color #728645 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728645 is #8D79BA. Grayscale: #787878. Windows color (decimal): -9271739 or 4556402. OLE color: 4556402.

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

Color convert

RGB 114 134 69 -
CMYK 0.15 0 0.49 0.47
HSL 78.46º 0.32% 0.4% -
HSV(B) 78.46º 0.49% 0.53% -
XYZ 16.54 21.06 8.82 -
YUV 120.61 98.87 123.29 -
System Red Green Blue C M Y K H S L
Decimal 114 134 69 0.15 0 0.49 0.47 78.46 0.32 0.4
Hex 72 86 45 F 0 31 2F 4E 20 28
Octal 162 206 105 17 0 61 57 116 40 50
Binary 1110010 10000110 1000101 1111 0 110001 101111 1001110 100000 101000

Color Harmonies of #728645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728645

Black with #728645

Text Example


Text Example

White with #728645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728645; }

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

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

background-color css

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

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

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

border-color css

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

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

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