Html Css Color HEX #68814A Dingley

📋 copy color: '#68814A'

red 104 ◦ green 129 ◦ blue 74

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

Shades of Dingley #68814A

Tints of Dingley #68814A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.1%

R = 33.88%
G = 42.02%
B = 24.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#68814A (or 0x68814A) is known color: Dingley. HEX triplet: 68, 81 and 4A. RGB value is (104,129,74). Sum of RGB (Red+Green+Blue) = 104+129+74=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #68814A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68814A is #977EB5. Grayscale: #737373. Windows color (decimal): -9928374 or 4882792. OLE color: 4882792.

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

Color convert

RGB 104 129 74 -
CMYK 0.19 0 0.43 0.49
HSL 87.27º 0.27% 0.4% -
HSV(B) 87.27º 0.43% 0.51% -
XYZ 14.8 19.14 9.39 -
YUV 115.26 104.72 119.97 -
System Red Green Blue C M Y K H S L
Decimal 104 129 74 0.19 0 0.43 0.49 87.27 0.27 0.4
Hex 68 81 4A 13 0 2B 31 57 1B 28
Octal 150 201 112 23 0 53 61 127 33 50
Binary 1101000 10000001 1001010 10011 0 101011 110001 1010111 11011 101000

Color Harmonies of #68814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68814A

Black with #68814A

Text Example


Text Example

White with #68814A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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