Html Css Color HEX #68794B Dingley

📋 copy color: '#68794B'

red 104 ◦ green 121 ◦ blue 75

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

Shades of Dingley #68794B

Tints of Dingley #68794B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.33%

 BLUE value IS 75 (29.69% from 255) = 25%

R = 34.67%
G = 40.33%
B = 25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#68794B (or 0x68794B) is known color: Dingley. HEX triplet: 68, 79 and 4B. RGB value is (104,121,75). Sum of RGB (Red+Green+Blue) = 104+121+75=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 121 - color contains mainly: green. Hex color #68794B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68794B is #9786B4. Grayscale: #6E6E6E. Windows color (decimal): -9930421 or 4946280. OLE color: 4946280.

HSL color Cylindrical-coordinate representation of color #68794B: hue angle of 82.17º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68794B is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 121 75 -
CMYK 0.14 0 0.38 0.53
HSL 82.17º 0.23% 0.38% -
HSV(B) 82.17º 0.38% 0.47% -
XYZ 13.82 17.13 9.23 -
YUV 110.67 107.87 123.24 -
System Red Green Blue C M Y K H S L
Decimal 104 121 75 0.14 0 0.38 0.53 82.17 0.23 0.38
Hex 68 79 4B E 0 26 35 52 17 26
Octal 150 171 113 16 0 46 65 122 27 46
Binary 1101000 1111001 1001011 1110 0 100110 110101 1010010 10111 100110

Color Harmonies of #68794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68794B

Black with #68794B

Text Example


Text Example

White with #68794B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68794B; }

 p { color: rgb(104,121,75); }

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

background-color css

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

 a { background-color: rgb(104,121,75); }

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

border-color css

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

 span { border-color: rgb(104,121,75); }

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