Html Css Color HEX #68764A Dingley

📋 copy color: '#68764A'

red 104 ◦ green 118 ◦ blue 74

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

Shades of Dingley #68764A

Tints of Dingley #68764A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.86%

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

R = 35.14%
G = 39.86%
B = 25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#68764A (or 0x68764A) is known color: Dingley. HEX triplet: 68, 76 and 4A. RGB value is (104,118,74). Sum of RGB (Red+Green+Blue) = 104+118+74=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #68764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68764A is #9789B5. Grayscale: #6C6C6C. Windows color (decimal): -9931190 or 4879976. OLE color: 4879976.

HSL color Cylindrical-coordinate representation of color #68764A: hue angle of 79.09º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68764A is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 118 74 -
CMYK 0.12 0 0.37 0.54
HSL 79.09º 0.23% 0.38% -
HSV(B) 79.09º 0.37% 0.46% -
XYZ 13.42 16.39 8.94 -
YUV 108.8 108.36 124.58 -
System Red Green Blue C M Y K H S L
Decimal 104 118 74 0.12 0 0.37 0.54 79.09 0.23 0.38
Hex 68 76 4A C 0 25 36 4F 17 26
Octal 150 166 112 14 0 45 66 117 27 46
Binary 1101000 1110110 1001010 1100 0 100101 110110 1001111 10111 100110

Color Harmonies of #68764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68764A

Black with #68764A

Text Example


Text Example

White with #68764A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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