Html Css Color HEX #68824D Dingley

📋 copy color: '#68824D'

red 104 ◦ green 130 ◦ blue 77

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

Shades of Dingley #68824D

Tints of Dingley #68824D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.8%

 BLUE value IS 77 (30.47% from 255) = 24.76%

R = 33.44%
G = 41.8%
B = 24.76%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#68824D (or 0x68824D) is known color: Dingley. HEX triplet: 68, 82 and 4D. RGB value is (104,130,77). Sum of RGB (Red+Green+Blue) = 104+130+77=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #68824D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68824D is #977DB2. Grayscale: #747474. Windows color (decimal): -9928115 or 5079656. OLE color: 5079656.

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

Color convert

RGB 104 130 77 -
CMYK 0.2 0 0.41 0.49
HSL 89.43º 0.26% 0.41% -
HSV(B) 89.43º 0.41% 0.51% -
XYZ 15.03 19.44 9.98 -
YUV 116.18 105.89 119.31 -
System Red Green Blue C M Y K H S L
Decimal 104 130 77 0.2 0 0.41 0.49 89.43 0.26 0.41
Hex 68 82 4D 14 0 29 31 59 1A 29
Octal 150 202 115 24 0 51 61 131 32 51
Binary 1101000 10000010 1001101 10100 0 101001 110001 1011001 11010 101001

Color Harmonies of #68824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68824D

Black with #68824D

Text Example


Text Example

White with #68824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68824D; }

 p { color: rgb(104,130,77); }

 H1.HeaderClassName
 {
   color: #68824D;
 }
 .AnyTagClassName
 {
   color: #68824D;
 }
</style>

background-color css

<style>
 a { background-color: #68824D; }

 a { background-color: rgb(104,130,77); }

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

border-color css

<style>
 span { border-color: #68824D; }

 span { border-color: rgb(104,130,77); }

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