Html Css Color HEX #688B42 Dingley

📋 copy color: '#688B42'

red 104 ◦ green 139 ◦ blue 66

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

Shades of Dingley #688B42

Tints of Dingley #688B42

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.98%

 BLUE value IS 66 (26.17% from 255) = 21.36%

R = 33.66%
G = 44.98%
B = 21.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#688B42 (or 0x688B42) is known color: Dingley. HEX triplet: 68, 8B and 42. RGB value is (104,139,66). Sum of RGB (Red+Green+Blue) = 104+139+66=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #688B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688B42 is #9774BD. Grayscale: #787878. Windows color (decimal): -9925822 or 4361064. OLE color: 4361064.

HSL color Cylindrical-coordinate representation of color #688B42: hue angle of 88.77º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #688B42 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 139 66 -
CMYK 0.25 0 0.53 0.45
HSL 88.77º 0.36% 0.4% -
HSV(B) 88.77º 0.53% 0.55% -
XYZ 15.92 21.8 8.52 -
YUV 120.21 97.4 116.44 -
System Red Green Blue C M Y K H S L
Decimal 104 139 66 0.25 0 0.53 0.45 88.77 0.36 0.4
Hex 68 8B 42 19 0 35 2D 59 24 28
Octal 150 213 102 31 0 65 55 131 44 50
Binary 1101000 10001011 1000010 11001 0 110101 101101 1011001 100100 101000

Color Harmonies of #688B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688B42

Black with #688B42

Text Example


Text Example

White with #688B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,139,66); }

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

background-color css

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

 a { background-color: rgb(104,139,66); }

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

border-color css

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

 span { border-color: rgb(104,139,66); }

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