Html Css Color HEX #688A49 Dingley

📋 copy color: '#688A49'

red 104 ◦ green 138 ◦ blue 73

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

Shades of Dingley #688A49

Tints of Dingley #688A49

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.81%

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

R = 33.02%
G = 43.81%
B = 23.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#688A49 (or 0x688A49) is known color: Dingley. HEX triplet: 68, 8A and 49. RGB value is (104,138,73). Sum of RGB (Red+Green+Blue) = 104+138+73=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #688A49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688A49 is #9775B6. Grayscale: #787878. Windows color (decimal): -9926071 or 4819560. OLE color: 4819560.

HSL color Cylindrical-coordinate representation of color #688A49: hue angle of 91.38º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #688A49 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 138 73 -
CMYK 0.25 0 0.47 0.46
HSL 91.38º 0.31% 0.41% -
HSV(B) 91.38º 0.47% 0.54% -
XYZ 16 21.6 9.63 -
YUV 120.42 101.24 116.29 -
System Red Green Blue C M Y K H S L
Decimal 104 138 73 0.25 0 0.47 0.46 91.38 0.31 0.41
Hex 68 8A 49 19 0 2F 2E 5B 1F 29
Octal 150 212 111 31 0 57 56 133 37 51
Binary 1101000 10001010 1001001 11001 0 101111 101110 1011011 11111 101001

Color Harmonies of #688A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688A49

Black with #688A49

Text Example


Text Example

White with #688A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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