Html Css Color HEX #688148 Dingley

📋 copy color: '#688148'

red 104 ◦ green 129 ◦ blue 72

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

Shades of Dingley #688148

Tints of Dingley #688148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.61%

R = 34.1%
G = 42.3%
B = 23.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#688148 (or 0x688148) is known color: Dingley. HEX triplet: 68, 81 and 48. RGB value is (104,129,72). Sum of RGB (Red+Green+Blue) = 104+129+72=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #688148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688148 is #977EB7. Grayscale: #737373. Windows color (decimal): -9928376 or 4751720. OLE color: 4751720.

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

Color convert

RGB 104 129 72 -
CMYK 0.19 0 0.44 0.49
HSL 86.32º 0.28% 0.39% -
HSV(B) 86.32º 0.44% 0.51% -
XYZ 14.73 19.11 9.04 -
YUV 115.03 103.72 120.13 -
System Red Green Blue C M Y K H S L
Decimal 104 129 72 0.19 0 0.44 0.49 86.32 0.28 0.39
Hex 68 81 48 13 0 2C 31 56 1C 27
Octal 150 201 110 23 0 54 61 126 34 47
Binary 1101000 10000001 1001000 10011 0 101100 110001 1010110 11100 100111

Color Harmonies of #688148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688148

Black with #688148

Text Example


Text Example

White with #688148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688148; }

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

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

background-color css

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

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

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

border-color css

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

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

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