Html Css Color HEX #6C8047 Dingley

📋 copy color: '#6C8047'

red 108 ◦ green 128 ◦ blue 71

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

Shades of Dingley #6C8047

Tints of Dingley #6C8047

RGB

 RED value IS 108 (42.58% from 255) = 35.18%

 GREEN value IS 128 (50.39% from 255) = 41.69%

 BLUE value IS 71 (28.13% from 255) = 23.13%

R = 35.18%
G = 41.69%
B = 23.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#6C8047 (or 0x6C8047) is known color: Dingley. HEX triplet: 6C, 80 and 47. RGB value is (108,128,71). Sum of RGB (Red+Green+Blue) = 108+128+71=307 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.18% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 128 - color contains mainly: green. Hex color #6C8047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8047 is #937FB8. Grayscale: #737373. Windows color (decimal): -9666489 or 4685932. OLE color: 4685932.

HSL color Cylindrical-coordinate representation of color #6C8047: hue angle of 81.05º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6C8047 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 108 128 71 -
CMYK 0.16 0 0.45 0.50
HSL 81.05º 0.29% 0.39% -
HSV(B) 81.05º 0.45% 0.5% -
XYZ 15.04 19.08 8.85 -
YUV 115.52 102.87 122.63 -
System Red Green Blue C M Y K H S L
Decimal 108 128 71 0.16 0 0.45 0.50 81.05 0.29 0.39
Hex 6C 80 47 10 0 2D 32 51 1D 27
Octal 154 200 107 20 0 55 62 121 35 47
Binary 1101100 10000000 1000111 10000 0 101101 110010 1010001 11101 100111

Color Harmonies of #6C8047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8047

Black with #6C8047

Text Example


Text Example

White with #6C8047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C8047; }

 p { color: rgb(108,128,71); }

 H1.HeaderClassName
 {
   color: #6C8047;
 }
 .AnyTagClassName
 {
   color: #6C8047;
 }
</style>

background-color css

<style>
 a { background-color: #6C8047; }

 a { background-color: rgb(108,128,71); }

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

border-color css

<style>
 span { border-color: #6C8047; }

 span { border-color: rgb(108,128,71); }

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