Html Css Color HEX #688142 Dingley

📋 copy color: '#688142'

red 104 ◦ green 129 ◦ blue 66

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

Shades of Dingley #688142

Tints of Dingley #688142

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.14%

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

R = 34.78%
G = 43.14%
B = 22.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#688142 (or 0x688142) is known color: Dingley. HEX triplet: 68, 81 and 42. RGB value is (104,129,66). Sum of RGB (Red+Green+Blue) = 104+129+66=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 129 - color contains mainly: green. Hex color #688142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688142 is #977EBD. Grayscale: #727272. Windows color (decimal): -9928382 or 4358504. OLE color: 4358504.

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

Color convert

RGB 104 129 66 -
CMYK 0.19 0 0.49 0.49
HSL 83.81º 0.32% 0.38% -
HSV(B) 83.81º 0.49% 0.51% -
XYZ 14.54 19.04 8.06 -
YUV 114.34 100.72 120.62 -
System Red Green Blue C M Y K H S L
Decimal 104 129 66 0.19 0 0.49 0.49 83.81 0.32 0.38
Hex 68 81 42 13 0 31 31 54 20 26
Octal 150 201 102 23 0 61 61 124 40 46
Binary 1101000 10000001 1000010 10011 0 110001 110001 1010100 100000 100110

Color Harmonies of #688142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688142

Black with #688142

Text Example


Text Example

White with #688142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688142; }

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

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

background-color css

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

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

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

border-color css

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

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

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