Html Css Color HEX #6A8243 Dingley

📋 copy color: '#6A8243'

red 106 ◦ green 130 ◦ blue 67

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

Shades of Dingley #6A8243

Tints of Dingley #6A8243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.11%

R = 34.98%
G = 42.9%
B = 22.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#6A8243 (or 0x6A8243) is known color: Dingley. HEX triplet: 6A, 82 and 43. RGB value is (106,130,67). Sum of RGB (Red+Green+Blue) = 106+130+67=303 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.98% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #6A8243 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8243 is #957DBC. Grayscale: #737373. Windows color (decimal): -9797053 or 4424298. OLE color: 4424298.

HSL color Cylindrical-coordinate representation of color #6A8243: hue angle of 82.86º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A8243 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 106 130 67 -
CMYK 0.18 0 0.48 0.49
HSL 82.86º 0.32% 0.39% -
HSV(B) 82.86º 0.48% 0.51% -
XYZ 14.94 19.43 8.27 -
YUV 115.64 100.55 121.12 -
System Red Green Blue C M Y K H S L
Decimal 106 130 67 0.18 0 0.48 0.49 82.86 0.32 0.39
Hex 6A 82 43 12 0 30 31 53 20 27
Octal 152 202 103 22 0 60 61 123 40 47
Binary 1101010 10000010 1000011 10010 0 110000 110001 1010011 100000 100111

Color Harmonies of #6A8243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8243

Black with #6A8243

Text Example


Text Example

White with #6A8243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,130,67); }

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

background-color css

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

 a { background-color: rgb(106,130,67); }

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

border-color css

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

 span { border-color: rgb(106,130,67); }

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