Html Css Color HEX #6A8547 Dingley

📋 copy color: '#6A8547'

red 106 ◦ green 133 ◦ blue 71

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

Shades of Dingley #6A8547

Tints of Dingley #6A8547

RGB

 RED value IS 106 (41.8% from 255) = 34.19%

 GREEN value IS 133 (52.34% from 255) = 42.9%

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

R = 34.19%
G = 42.9%
B = 22.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#6A8547 (or 0x6A8547) is known color: Dingley. HEX triplet: 6A, 85 and 47. RGB value is (106,133,71). Sum of RGB (Red+Green+Blue) = 106+133+71=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #6A8547 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8547 is #957AB8. Grayscale: #767676. Windows color (decimal): -9796281 or 4687210. OLE color: 4687210.

HSL color Cylindrical-coordinate representation of color #6A8547: hue angle of 86.13º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A8547 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 106 133 71 -
CMYK 0.20 0 0.47 0.48
HSL 86.13º 0.3% 0.4% -
HSV(B) 86.13º 0.47% 0.52% -
XYZ 15.47 20.29 9.06 -
YUV 117.86 101.55 119.54 -
System Red Green Blue C M Y K H S L
Decimal 106 133 71 0.20 0 0.47 0.48 86.13 0.3 0.4
Hex 6A 85 47 14 0 2F 30 56 1E 28
Octal 152 205 107 24 0 57 60 126 36 50
Binary 1101010 10000101 1000111 10100 0 101111 110000 1010110 11110 101000

Color Harmonies of #6A8547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8547

Black with #6A8547

Text Example


Text Example

White with #6A8547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,133,71); }

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

background-color css

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

 a { background-color: rgb(106,133,71); }

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

border-color css

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

 span { border-color: rgb(106,133,71); }

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