Html Css Color HEX #688C46 Dingley

📋 copy color: '#688C46'

red 104 ◦ green 140 ◦ blue 70

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

Shades of Dingley #688C46

Tints of Dingley #688C46

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.59%

 BLUE value IS 70 (27.73% from 255) = 22.29%

R = 33.12%
G = 44.59%
B = 22.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#688C46 (or 0x688C46) is known color: Dingley. HEX triplet: 68, 8C and 46. RGB value is (104,140,70). Sum of RGB (Red+Green+Blue) = 104+140+70=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 140 - color contains mainly: green. Hex color #688C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688C46 is #9773B9. Grayscale: #797979. Windows color (decimal): -9925562 or 4623464. OLE color: 4623464.

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

Color convert

RGB 104 140 70 -
CMYK 0.26 0 0.50 0.45
HSL 90.86º 0.33% 0.41% -
HSV(B) 90.86º 0.5% 0.55% -
XYZ 16.19 22.14 9.21 -
YUV 121.26 99.07 115.69 -
System Red Green Blue C M Y K H S L
Decimal 104 140 70 0.26 0 0.50 0.45 90.86 0.33 0.41
Hex 68 8C 46 1A 0 32 2D 5B 21 29
Octal 150 214 106 32 0 62 55 133 41 51
Binary 1101000 10001100 1000110 11010 0 110010 101101 1011011 100001 101001

Color Harmonies of #688C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688C46

Black with #688C46

Text Example


Text Example

White with #688C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,140,70); }

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

background-color css

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

 a { background-color: rgb(104,140,70); }

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

border-color css

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

 span { border-color: rgb(104,140,70); }

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