Html Css Color HEX #6A8746 Dingley

📋 copy color: '#6A8746'

red 106 ◦ green 135 ◦ blue 70

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

Shades of Dingley #6A8746

Tints of Dingley #6A8746

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.41%

 BLUE value IS 70 (27.73% from 255) = 22.51%

R = 34.08%
G = 43.41%
B = 22.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#6A8746 (or 0x6A8746) is known color: Dingley. HEX triplet: 6A, 87 and 46. RGB value is (106,135,70). Sum of RGB (Red+Green+Blue) = 106+135+70=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 135 - color contains mainly: green. Hex color #6A8746 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8746 is #9578B9. Grayscale: #777777. Windows color (decimal): -9795770 or 4622186. OLE color: 4622186.

HSL color Cylindrical-coordinate representation of color #6A8746: hue angle of 86.77º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A8746 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 135 70 -
CMYK 0.21 0 0.48 0.47
HSL 86.77º 0.32% 0.4% -
HSV(B) 86.77º 0.48% 0.53% -
XYZ 15.71 20.83 8.99 -
YUV 118.92 100.39 118.79 -
System Red Green Blue C M Y K H S L
Decimal 106 135 70 0.21 0 0.48 0.47 86.77 0.32 0.4
Hex 6A 87 46 15 0 30 2F 57 20 28
Octal 152 207 106 25 0 60 57 127 40 50
Binary 1101010 10000111 1000110 10101 0 110000 101111 1010111 100000 101000

Color Harmonies of #6A8746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8746

Black with #6A8746

Text Example


Text Example

White with #6A8746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,135,70); }

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

background-color css

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

 a { background-color: rgb(106,135,70); }

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

border-color css

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

 span { border-color: rgb(106,135,70); }

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