Html Css Color HEX #6A7F40 Dingley

📋 copy color: '#6A7F40'

red 106 ◦ green 127 ◦ blue 64

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

Shades of Dingley #6A7F40

Tints of Dingley #6A7F40

RGB

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

 GREEN value IS 127 (50% from 255) = 42.76%

 BLUE value IS 64 (25.39% from 255) = 21.55%

R = 35.69%
G = 42.76%
B = 21.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#6A7F40 (or 0x6A7F40) is known color: Dingley. HEX triplet: 6A, 7F and 40. RGB value is (106,127,64). Sum of RGB (Red+Green+Blue) = 106+127+64=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 127 - color contains mainly: green. Hex color #6A7F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7F40 is #9580BF. Grayscale: #717171. Windows color (decimal): -9797824 or 4226922. OLE color: 4226922.

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

Color convert

RGB 106 127 64 -
CMYK 0.17 0 0.50 0.50
HSL 80º 0.33% 0.37% -
HSV(B) 80º 0.5% 0.5% -
XYZ 14.46 18.61 7.68 -
YUV 113.54 100.04 122.62 -
System Red Green Blue C M Y K H S L
Decimal 106 127 64 0.17 0 0.50 0.50 80 0.33 0.37
Hex 6A 7F 40 11 0 32 32 50 21 25
Octal 152 177 100 21 0 62 62 120 41 45
Binary 1101010 1111111 1000000 10001 0 110010 110010 1010000 100001 100101

Color Harmonies of #6A7F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7F40

Black with #6A7F40

Text Example


Text Example

White with #6A7F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,127,64); }

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

background-color css

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

 a { background-color: rgb(106,127,64); }

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

border-color css

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

 span { border-color: rgb(106,127,64); }

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