Html Css Color HEX #6A804F Dingley

📋 copy color: '#6A804F'

red 106 ◦ green 128 ◦ blue 79

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

Shades of Dingley #6A804F

Tints of Dingley #6A804F

RGB

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

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

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

R = 33.87%
G = 40.89%
B = 25.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#6A804F (or 0x6A804F) is known color: Dingley. HEX triplet: 6A, 80 and 4F. RGB value is (106,128,79). Sum of RGB (Red+Green+Blue) = 106+128+79=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 128 - color contains mainly: green. Hex color #6A804F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A804F is #957FB0. Grayscale: #747474. Windows color (decimal): -9797553 or 5210218. OLE color: 5210218.

HSL color Cylindrical-coordinate representation of color #6A804F: hue angle of 86.94º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A804F is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 106 128 79 -
CMYK 0.17 0 0.38 0.50
HSL 86.94º 0.24% 0.41% -
HSV(B) 86.94º 0.38% 0.5% -
XYZ 15.07 19.07 10.28 -
YUV 115.84 107.21 120.98 -
System Red Green Blue C M Y K H S L
Decimal 106 128 79 0.17 0 0.38 0.50 86.94 0.24 0.41
Hex 6A 80 4F 11 0 26 32 57 18 29
Octal 152 200 117 21 0 46 62 127 30 51
Binary 1101010 10000000 1001111 10001 0 100110 110010 1010111 11000 101001

Color Harmonies of #6A804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A804F

Black with #6A804F

Text Example


Text Example

White with #6A804F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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