Html Css Color HEX #688D42 Dingley

📋 copy color: '#688D42'

red 104 ◦ green 141 ◦ blue 66

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

Shades of Dingley #688D42

Tints of Dingley #688D42

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.34%

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

R = 33.44%
G = 45.34%
B = 21.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#688D42 (or 0x688D42) is known color: Dingley. HEX triplet: 68, 8D and 42. RGB value is (104,141,66). Sum of RGB (Red+Green+Blue) = 104+141+66=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 141 - color contains mainly: green. Hex color #688D42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688D42 is #9772BD. Grayscale: #797979. Windows color (decimal): -9925310 or 4361576. OLE color: 4361576.

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

Color convert

RGB 104 141 66 -
CMYK 0.26 0 0.53 0.45
HSL 89.6º 0.36% 0.41% -
HSV(B) 89.6º 0.53% 0.55% -
XYZ 16.22 22.39 8.62 -
YUV 121.39 96.74 115.6 -
System Red Green Blue C M Y K H S L
Decimal 104 141 66 0.26 0 0.53 0.45 89.6 0.36 0.41
Hex 68 8D 42 1A 0 35 2D 5A 24 29
Octal 150 215 102 32 0 65 55 132 44 51
Binary 1101000 10001101 1000010 11010 0 110101 101101 1011010 100100 101001

Color Harmonies of #688D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688D42

Black with #688D42

Text Example


Text Example

White with #688D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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