Html Css Color HEX #688241 Dingley

📋 copy color: '#688241'

red 104 ◦ green 130 ◦ blue 65

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

Shades of Dingley #688241

Tints of Dingley #688241

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.48%

 BLUE value IS 65 (25.78% from 255) = 21.74%

R = 34.78%
G = 43.48%
B = 21.74%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#688241 (or 0x688241) is known color: Dingley. HEX triplet: 68, 82 and 41. RGB value is (104,130,65). Sum of RGB (Red+Green+Blue) = 104+130+65=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #688241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688241 is #977DBE. Grayscale: #737373. Windows color (decimal): -9928127 or 4293224. OLE color: 4293224.

HSL color Cylindrical-coordinate representation of color #688241: hue angle of 84º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #688241 is Cyan = 0.2, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 130 65 -
CMYK 0.2 0 0.50 0.49
HSL 84º 0.33% 0.38% -
HSV(B) 84º 0.5% 0.51% -
XYZ 14.65 19.29 7.95 -
YUV 114.82 99.89 120.29 -
System Red Green Blue C M Y K H S L
Decimal 104 130 65 0.2 0 0.50 0.49 84 0.33 0.38
Hex 68 82 41 14 0 32 31 54 21 26
Octal 150 202 101 24 0 62 61 124 41 46
Binary 1101000 10000010 1000001 10100 0 110010 110001 1010100 100001 100110

Color Harmonies of #688241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688241

Black with #688241

Text Example


Text Example

White with #688241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688241; }

 p { color: rgb(104,130,65); }

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

background-color css

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

 a { background-color: rgb(104,130,65); }

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

border-color css

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

 span { border-color: rgb(104,130,65); }

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