Html Css Color HEX #6A844F Dingley

📋 copy color: '#6A844F'

red 106 ◦ green 132 ◦ blue 79

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

Shades of Dingley #6A844F

Tints of Dingley #6A844F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.92%

R = 33.44%
G = 41.64%
B = 24.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#6A844F (or 0x6A844F) is known color: Dingley. HEX triplet: 6A, 84 and 4F. RGB value is (106,132,79). Sum of RGB (Red+Green+Blue) = 106+132+79=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 132 - color contains mainly: green. Hex color #6A844F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A844F is #957BB0. Grayscale: #767676. Windows color (decimal): -9796529 or 5211242. OLE color: 5211242.

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

Color convert

RGB 106 132 79 -
CMYK 0.20 0 0.40 0.48
HSL 89.43º 0.25% 0.41% -
HSV(B) 89.43º 0.4% 0.52% -
XYZ 15.61 20.13 10.46 -
YUV 118.18 105.89 119.31 -
System Red Green Blue C M Y K H S L
Decimal 106 132 79 0.20 0 0.40 0.48 89.43 0.25 0.41
Hex 6A 84 4F 14 0 28 30 59 19 29
Octal 152 204 117 24 0 50 60 131 31 51
Binary 1101010 10000100 1001111 10100 0 101000 110000 1011001 11001 101001

Color Harmonies of #6A844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A844F

Black with #6A844F

Text Example


Text Example

White with #6A844F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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