Html Css Color HEX #68814C Dingley

📋 copy color: '#68814C'

red 104 ◦ green 129 ◦ blue 76

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

Shades of Dingley #68814C

Tints of Dingley #68814C

RGB

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

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

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

R = 33.66%
G = 41.75%
B = 24.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#68814C (or 0x68814C) is known color: Dingley. HEX triplet: 68, 81 and 4C. RGB value is (104,129,76). Sum of RGB (Red+Green+Blue) = 104+129+76=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 129 - color contains mainly: green. Hex color #68814C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68814C is #977EB3. Grayscale: #737373. Windows color (decimal): -9928372 or 5013864. OLE color: 5013864.

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

Color convert

RGB 104 129 76 -
CMYK 0.19 0 0.41 0.49
HSL 88.3º 0.26% 0.4% -
HSV(B) 88.3º 0.41% 0.51% -
XYZ 14.86 19.17 9.75 -
YUV 115.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 104 129 76 0.19 0 0.41 0.49 88.3 0.26 0.4
Hex 68 81 4C 13 0 29 31 58 1A 28
Octal 150 201 114 23 0 51 61 130 32 50
Binary 1101000 10000001 1001100 10011 0 101001 110001 1011000 11010 101000

Color Harmonies of #68814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68814C

Black with #68814C

Text Example


Text Example

White with #68814C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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