Html Css Color HEX #6A7C3F Dingley

📋 copy color: '#6A7C3F'

red 106 ◦ green 124 ◦ blue 63

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

Shades of Dingley #6A7C3F

Tints of Dingley #6A7C3F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.32%

 BLUE value IS 63 (25% from 255) = 21.5%

R = 36.18%
G = 42.32%
B = 21.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#6A7C3F (or 0x6A7C3F) is known color: Dingley. HEX triplet: 6A, 7C and 3F. RGB value is (106,124,63). Sum of RGB (Red+Green+Blue) = 106+124+63=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 124 - color contains mainly: green. Hex color #6A7C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7C3F is #9583C0. Grayscale: #6F6F6F. Windows color (decimal): -9798593 or 4160618. OLE color: 4160618.

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

Color convert

RGB 106 124 63 -
CMYK 0.15 0 0.49 0.51
HSL 77.7º 0.33% 0.37% -
HSV(B) 77.7º 0.49% 0.49% -
XYZ 14.05 17.84 7.41 -
YUV 111.66 100.54 123.96 -
System Red Green Blue C M Y K H S L
Decimal 106 124 63 0.15 0 0.49 0.51 77.7 0.33 0.37
Hex 6A 7C 3F F 0 31 33 4E 21 25
Octal 152 174 77 17 0 61 63 116 41 45
Binary 1101010 1111100 111111 1111 0 110001 110011 1001110 100001 100101

Color Harmonies of #6A7C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7C3F

Black with #6A7C3F

Text Example


Text Example

White with #6A7C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,124,63); }

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

background-color css

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

 a { background-color: rgb(106,124,63); }

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

border-color css

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

 span { border-color: rgb(106,124,63); }

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