Html Css Color HEX #6A8446 Dingley

📋 copy color: '#6A8446'

red 106 ◦ green 132 ◦ blue 70

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

Shades of Dingley #6A8446

Tints of Dingley #6A8446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.73%

R = 34.42%
G = 42.86%
B = 22.73%

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

#6A8446 (or 0x6A8446) is known color: Dingley. HEX triplet: 6A, 84 and 46. RGB value is (106,132,70). Sum of RGB (Red+Green+Blue) = 106+132+70=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 132 - color contains mainly: green. Hex color #6A8446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8446 is #957BB9. Grayscale: #757575. Windows color (decimal): -9796538 or 4621418. OLE color: 4621418.

HSL color Cylindrical-coordinate representation of color #6A8446: hue angle of 85.16º degrees, saturation: 0.31, 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 #6A8446 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 106 132 70 -
CMYK 0.20 0 0.47 0.48
HSL 85.16º 0.31% 0.4% -
HSV(B) 85.16º 0.47% 0.52% -
XYZ 15.3 20.01 8.85 -
YUV 117.16 101.39 120.04 -
System Red Green Blue C M Y K H S L
Decimal 106 132 70 0.20 0 0.47 0.48 85.16 0.31 0.4
Hex 6A 84 46 14 0 2F 30 55 1F 28
Octal 152 204 106 24 0 57 60 125 37 50
Binary 1101010 10000100 1000110 10100 0 101111 110000 1010101 11111 101000

Color Harmonies of #6A8446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8446

Black with #6A8446

Text Example


Text Example

White with #6A8446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,132,70); }

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

background-color css

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

 a { background-color: rgb(106,132,70); }

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

border-color css

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

 span { border-color: rgb(106,132,70); }

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