Html Css Color HEX #68804C Dingley

📋 copy color: '#68804C'

red 104 ◦ green 128 ◦ blue 76

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

Shades of Dingley #68804C

Tints of Dingley #68804C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.68%

R = 33.77%
G = 41.56%
B = 24.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#68804C (or 0x68804C) is known color: Dingley. HEX triplet: 68, 80 and 4C. RGB value is (104,128,76). Sum of RGB (Red+Green+Blue) = 104+128+76=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 128 - color contains mainly: green. Hex color #68804C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68804C is #977FB3. Grayscale: #737373. Windows color (decimal): -9928628 or 5013608. OLE color: 5013608.

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

Color convert

RGB 104 128 76 -
CMYK 0.19 0 0.41 0.50
HSL 87.69º 0.25% 0.4% -
HSV(B) 87.69º 0.41% 0.5% -
XYZ 14.73 18.9 9.71 -
YUV 114.9 106.05 120.23 -
System Red Green Blue C M Y K H S L
Decimal 104 128 76 0.19 0 0.41 0.50 87.69 0.25 0.4
Hex 68 80 4C 13 0 29 32 58 19 28
Octal 150 200 114 23 0 51 62 130 31 50
Binary 1101000 10000000 1001100 10011 0 101001 110010 1011000 11001 101000

Color Harmonies of #68804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68804C

Black with #68804C

Text Example


Text Example

White with #68804C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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