Html Css Color HEX #68844A Dingley

📋 copy color: '#68844A'

red 104 ◦ green 132 ◦ blue 74

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

Shades of Dingley #68844A

Tints of Dingley #68844A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.58%

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

R = 33.55%
G = 42.58%
B = 23.87%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#68844A (or 0x68844A) is known color: Dingley. HEX triplet: 68, 84 and 4A. RGB value is (104,132,74). Sum of RGB (Red+Green+Blue) = 104+132+74=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #68844A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68844A is #977BB5. Grayscale: #757575. Windows color (decimal): -9927606 or 4883560. OLE color: 4883560.

HSL color Cylindrical-coordinate representation of color #68844A: hue angle of 88.97º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68844A is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 132 74 -
CMYK 0.21 0 0.44 0.48
HSL 88.97º 0.28% 0.4% -
HSV(B) 88.97º 0.44% 0.52% -
XYZ 15.2 19.94 9.53 -
YUV 117.02 103.72 118.72 -
System Red Green Blue C M Y K H S L
Decimal 104 132 74 0.21 0 0.44 0.48 88.97 0.28 0.4
Hex 68 84 4A 15 0 2C 30 59 1C 28
Octal 150 204 112 25 0 54 60 131 34 50
Binary 1101000 10000100 1001010 10101 0 101100 110000 1011001 11100 101000

Color Harmonies of #68844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68844A

Black with #68844A

Text Example


Text Example

White with #68844A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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