Html Css Color HEX #688149 Dingley

📋 copy color: '#688149'

red 104 ◦ green 129 ◦ blue 73

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

Shades of Dingley #688149

Tints of Dingley #688149

RGB

 RED value IS 104 (41.02% from 255) = 33.99%

 GREEN value IS 129 (50.78% from 255) = 42.16%

 BLUE value IS 73 (28.91% from 255) = 23.86%

R = 33.99%
G = 42.16%
B = 23.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#688149 (or 0x688149) is known color: Dingley. HEX triplet: 68, 81 and 49. RGB value is (104,129,73). Sum of RGB (Red+Green+Blue) = 104+129+73=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 129 - color contains mainly: green. Hex color #688149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688149 is #977EB6. Grayscale: #737373. Windows color (decimal): -9928375 or 4817256. OLE color: 4817256.

HSL color Cylindrical-coordinate representation of color #688149: hue angle of 86.79º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #688149 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 129 73 -
CMYK 0.19 0 0.43 0.49
HSL 86.79º 0.28% 0.4% -
HSV(B) 86.79º 0.43% 0.51% -
XYZ 14.76 19.12 9.22 -
YUV 115.14 104.22 120.05 -
System Red Green Blue C M Y K H S L
Decimal 104 129 73 0.19 0 0.43 0.49 86.79 0.28 0.4
Hex 68 81 49 13 0 2B 31 57 1C 28
Octal 150 201 111 23 0 53 61 127 34 50
Binary 1101000 10000001 1001001 10011 0 101011 110001 1010111 11100 101000

Color Harmonies of #688149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688149

Black with #688149

Text Example


Text Example

White with #688149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688149; }

 p { color: rgb(104,129,73); }

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

background-color css

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

 a { background-color: rgb(104,129,73); }

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

border-color css

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

 span { border-color: rgb(104,129,73); }

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