Html Css Color HEX #68804D Dingley

📋 copy color: '#68804D'

red 104 ◦ green 128 ◦ blue 77

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

Shades of Dingley #68804D

Tints of Dingley #68804D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.42%

 BLUE value IS 77 (30.47% from 255) = 24.92%

R = 33.66%
G = 41.42%
B = 24.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#68804D (or 0x68804D) is known color: Dingley. HEX triplet: 68, 80 and 4D. RGB value is (104,128,77). Sum of RGB (Red+Green+Blue) = 104+128+77=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #68804D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68804D is #977FB2. Grayscale: #737373. Windows color (decimal): -9928627 or 5079144. OLE color: 5079144.

HSL color Cylindrical-coordinate representation of color #68804D: hue angle of 88.24º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68804D is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 128 77 -
CMYK 0.19 0 0.40 0.50
HSL 88.24º 0.25% 0.4% -
HSV(B) 88.24º 0.4% 0.5% -
XYZ 14.77 18.92 9.89 -
YUV 115.01 106.55 120.15 -
System Red Green Blue C M Y K H S L
Decimal 104 128 77 0.19 0 0.40 0.50 88.24 0.25 0.4
Hex 68 80 4D 13 0 28 32 58 19 28
Octal 150 200 115 23 0 50 62 130 31 50
Binary 1101000 10000000 1001101 10011 0 101000 110010 1011000 11001 101000

Color Harmonies of #68804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68804D

Black with #68804D

Text Example


Text Example

White with #68804D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68804D; }

 p { color: rgb(104,128,77); }

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

background-color css

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

 a { background-color: rgb(104,128,77); }

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

border-color css

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

 span { border-color: rgb(104,128,77); }

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