Html Css Color HEX #688549 Dingley

📋 copy color: '#688549'

red 104 ◦ green 133 ◦ blue 73

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

Shades of Dingley #688549

Tints of Dingley #688549

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.9%

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

R = 33.55%
G = 42.9%
B = 23.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#688549 (or 0x688549) is known color: Dingley. HEX triplet: 68, 85 and 49. RGB value is (104,133,73). Sum of RGB (Red+Green+Blue) = 104+133+73=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #688549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688549 is #977AB6. Grayscale: #757575. Windows color (decimal): -9927351 or 4818280. OLE color: 4818280.

HSL color Cylindrical-coordinate representation of color #688549: hue angle of 89º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #688549 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 133 73 -
CMYK 0.22 0 0.45 0.48
HSL 89º 0.29% 0.4% -
HSV(B) 89º 0.45% 0.52% -
XYZ 15.3 20.2 9.4 -
YUV 117.49 102.89 118.38 -
System Red Green Blue C M Y K H S L
Decimal 104 133 73 0.22 0 0.45 0.48 89 0.29 0.4
Hex 68 85 49 16 0 2D 30 59 1D 28
Octal 150 205 111 26 0 55 60 131 35 50
Binary 1101000 10000101 1001001 10110 0 101101 110000 1011001 11101 101000

Color Harmonies of #688549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688549

Black with #688549

Text Example


Text Example

White with #688549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688549; }

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

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

background-color css

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

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

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

border-color css

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

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

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