Html Css Color HEX #688342 Dingley

📋 copy color: '#688342'

red 104 ◦ green 131 ◦ blue 66

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

Shades of Dingley #688342

Tints of Dingley #688342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.52%

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

R = 34.55%
G = 43.52%
B = 21.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#688342 (or 0x688342) is known color: Dingley. HEX triplet: 68, 83 and 42. RGB value is (104,131,66). Sum of RGB (Red+Green+Blue) = 104+131+66=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 131 - color contains mainly: green. Hex color #688342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688342 is #977CBD. Grayscale: #737373. Windows color (decimal): -9927870 or 4359016. OLE color: 4359016.

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

Color convert

RGB 104 131 66 -
CMYK 0.21 0 0.50 0.49
HSL 84.92º 0.33% 0.39% -
HSV(B) 84.92º 0.5% 0.51% -
XYZ 14.81 19.57 8.15 -
YUV 115.52 100.05 119.79 -
System Red Green Blue C M Y K H S L
Decimal 104 131 66 0.21 0 0.50 0.49 84.92 0.33 0.39
Hex 68 83 42 15 0 32 31 55 21 27
Octal 150 203 102 25 0 62 61 125 41 47
Binary 1101000 10000011 1000010 10101 0 110010 110001 1010101 100001 100111

Color Harmonies of #688342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688342

Black with #688342

Text Example


Text Example

White with #688342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688342; }

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

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

background-color css

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

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

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

border-color css

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

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

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